BendingDetailDimensionTextPosition Enumeration |
Describes how the text will be positioned with respect to dimension line.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum BendingDetailDimensionTextPosition
Public Enumeration BendingDetailDimensionTextPosition
public enum class BendingDetailDimensionTextPosition
type BendingDetailDimensionTextPosition
MembersMember name | Value | Description |
---|
Default | 0 |
The text will be positioned according to the default behavior.
|
OutsideOfDimensionLine | 1 |
The text will be positioned on the outside of the dimension line, where inside is represented by the bar curves.
|
See Also