Revit 2026 API
Rebar |
Defines bar deformation type.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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