HorizontalTextPosition Property |
Specifies the horizontal justification for dimension text.
Signature
object.HorizontalTextPosition
object
Dim3PointAngular, DimAligned, DimAngular, DimArcLength, DimDiametric, DimRadial, DimRadialLarge, DimRotated
The object or objects this property applies to.
HorizontalTextPosition
acDimHorizontalJustification enum; read-write
acHorzCentered
acFirstExtensionLine
acSecondExtensionLine
acOverFirstExtension
acOverSecondExtension
System variables
This property overrides the value of the DIMJUST system variable for the given dimension.
Remarks
acHorzCentered
The text is centered along the dimension line between the extension lines.
acFirstExtensionLine
The text is next to the first extension line.
acSecondExtensionLine
The text is next to the second extension line.
acOverFirstExtension
The text is above and aligned with the first extension line.
acOverSecondExtension
The text is above and aligned with the second extension line.
Comments? |