RebarDeformationType Enumeration |
Bar deformation type
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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