Gets the coordinates of the specified vertex of this 2D PolyLine.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetVertexCoordinate( _
LONG VertexIndex As System.Integer, _
DOUBLE* X As System.Double, _
DOUBLE* Y As System.Double _
) As System.Boolean |
C# | |
---|
System.bool GetVertexCoordinate(
System.int VertexIndex,
out System.double X,
out System.double Y
) |
JavaScript | |
---|
GetVertexCoordinate(
VertexIndex : Number,
) : {
X : Number,
Y : Number,
Success : Boolean
} |
Parameters
- VertexIndex
- Index of the vertex (see Remarks)
- X[out]
x coordinate of the vertex
- Y[out]
- y coordinate of the vertex
Parameters
- Success[out] or Return Value
- True if the coordinates of the vertex are returned, false if not
Remarks
See Also
Availability
DraftSight V1R1.1