GetVertexCoordinate Method (ILeader)
Gets the specified vertex of the Leader.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetVertexCoordinate( _
long VertexIndex As System.Integer, _
double* X As System.Double, _
double* Y As System.Double, _
double* Z As System.Double _
) |
C# | |
---|
void GetVertexCoordinate(
System.int VertexIndex,
out System.double X,
out System.double Y,
out System.double Z
) |
JavaScript | |
---|
GetVertexCoordinate(
VertexIndex : Number
) : {
X : Number,
Y : Number,
Z : Number
}
|
Parameters
- VertexIndex
- Index of vertex
- X[out]
- x coordinate
- Y[out]
- y coordinate
- Z[out] or Return Value
- z coordinate
Remarks
See Also
Availability
DraftSight V1R1.2