RebarDeformationType Enumeration |
Bar deformation type
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum RebarDeformationType
Public Enumeration RebarDeformationType
public enum class RebarDeformationType
type RebarDeformationType
MembersMember name | Value | Description |
---|
Deformed | 0 |
The bar is ribbed.
|
Plain | 1 |
The bar is not ribbed.
|
See Also