SetLeaderPoint Method (IOrdinateDimension) Send Feedback
See Also 
X
x coordinate
Y
y coordinate
Z
z coordinate
Sets the ordinate Dimension's Leader's end point.

Syntax

Visual Basic 
Sub SetLeaderPoint( _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal 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