Revit 2025.3 API
Rebar |
Defines bar deformation type.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public RebarDeformationType DeformationType { get; set; }
Public Property DeformationType As RebarDeformationType Get Set
public: property RebarDeformationType DeformationType { RebarDeformationType get (); void set (RebarDeformationType value); }
member DeformationType : RebarDeformationType with get, set
Property Value
RebarDeformationType
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also