LeaderLength Property (IDiameterDimension) Send Feedback
See Also  Example
Gets or sets the length of the leader line of the diameter Dimension.

Syntax

Visual Basic 
Property LeaderLength As System.Double
C# 
System.double LeaderLength {get; set;}
JavaScript 
get_LeaderLength () : Number
put_LeaderLength (
   NewVal : Number
)
COM native C++ 
HRESULT get_LeaderLength(
   DOUBLE* Val
) 
HRESULT put_LeaderLength( 
   DOUBLE NewVal
C++ 
DSRESULT get_LeaderLength (
   double* Val
)
DSRESULT put_LeaderLength(
   double NewVal
)

Property Value

Length of the leader line

Example

See Also

Availability

DraftSight V1R1.2