VerticalTextJustification Property (IDimensionStyleToleranceOptions) Send Feedback
See Also 
Gets or sets the vertical text justification for Dimension geometric tolerances.

Syntax

Visual Basic 
Property VerticalTextJustification As dsToleranceVerticalTextJustification_e
C# 
dsToleranceVerticalTextJustification_e VerticalTextJustification {get; set;}
JavaScript 
get_VerticalTextJustification () : String
put_VerticalTextJustification (
   NewVal : String
)
COM native C++ 
HRESULT get_VerticalTextJustification(
   dsToleranceVerticalTextJustification_e* Val
) 
HRESULT put_VerticalTextJustification( 
   dsToleranceVerticalTextJustification_e NewVal
C++ 
DSRESULT get_VerticalTextJustification (
   dsToleranceVerticalTextJustification_e* Val
)
DSRESULT put_VerticalTextJustification(
   dsToleranceVerticalTextJustification_e NewVal
)

Property Value

Vertical text justification as defined in dsToleranceVerticalTextJustification_e

See Also