SetVertexCoordinate Method (IPolyLine)
Sets the coordinates of the specified vertex of this 2D PolyLine.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetVertexCoordinate( _
LONG VertexIndex As System.Integer, _
DOUBLE X As System.Double, _
DOUBLE Y As System.Double _
) As System.Boolean |
C# | |
---|
System.bool SetVertexCoordinate(
System.int VertexIndex,
System.double X,
System.double Y
) |
Parameters
- VertexIndex
Index of the vertex
- X
- x coordinate for the vertex
- Y
- y coordinate for the vertex
Parameters
- Success[out] or Return Value
- True if the coordinates of the vertex are set, false if not
Remarks
See Also
Availability
DraftSight V1R1.1