RebarBarTypeDeformationType Property |
Defines bar deformation type.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
See Also