LeaderLength Property (IRadialDimension)
Gets or sets the length of the Leader line of the radius Dimension.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
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 Leader line
Example
See Also
Availability
DraftSight V1R1.2