BendingDetailSegmentLengthsDisplayOptions Enumeration |
Describes if the segment lengths are represented using dimensions or just as text.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum BendingDetailSegmentLengthsDisplayOptions
Public Enumeration BendingDetailSegmentLengthsDisplayOptions
public enum class BendingDetailSegmentLengthsDisplayOptions
type BendingDetailSegmentLengthsDisplayOptions
MembersMember name | Value | Description |
---|
Text | 0 |
Display as texts
|
Dimension | 1 |
Display as dimensions
|
See Also