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