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: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum BendingDetailSegmentLengthsDisplayOptions
Public Enumeration BendingDetailSegmentLengthsDisplayOptions
public enum class BendingDetailSegmentLengthsDisplayOptions
type BendingDetailSegmentLengthsDisplayOptions
MembersMember name | Value | Description |
---|
Dimension | 1 |
Display as dimensions
|
Text | 0 |
Display as texts
|
See Also