ArcSymbolType Property (IArcLengthDimension) Send Feedback
See Also  Example
Gets or sets where to place the arc length Dimension symbol in relation to the Dimension text.

Syntax

Visual Basic 
Property ArcSymbolType As dsArcSymbolType_e
C# 
dsArcSymbolType_e ArcSymbolType {get; set;}
JavaScript 
get_ArcSymbolType () : String
put_ArcSymbolType (
   NewVal : String
)
COM native C++ 
HRESULT get_ArcSymbolType(
   dsArcSymbolType_e* Val
) 
HRESULT put_ArcSymbolType( 
   dsArcSymbolType_e NewVal
C++ 
DSRESULT get_ArcSymbolType (
   dsArcSymbolType_e* Val
)
DSRESULT put_ArcSymbolType(
   dsArcSymbolType_e NewVal
)

Property Value

Placement of arc length Dimension symbol in relation to the Dimension Text as defined in dsArcSymbolType_e

Example

See Also

Availability

DraftSight V1R1.2