GetLeaderPoint Method (IOrdinateDimension)
Gets the ordinate Dimension's Leader's end point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetLeaderPoint( _
DOUBLE* X As System.Double, _
DOUBLE* Y As System.Double, _
DOUBLE* Z As System.Double _
) |
C# | |
---|
void GetLeaderPoint(
out System.double X,
out System.double Y,
out System.double Z
) |
JavaScript | |
---|
GetLeaderPoint(
) : {
X : Number,
Y : Number,
Z : Number
}
|
COM native C++ | |
---|
HRESULT GetLeaderPoint(
double* X,
double* Y,
double* Z
) |
C++ | |
---|
DSRESULT GetLeaderPoint(
DOUBLE* X,
DOUBLE* Y,
DOUBLE* Z
) |
Parameters
- X[out]
- x coordinate
- Y[out]
- y coordinate
- Z[out] or Return Value
- z coordinate
See Also
Availability
DraftSight V1R1.2