AddVertexAfter Method (IRichLine)
Adds a vertex to the RichLine after the specified index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddVertexAfter( _
LONG VertexIndex As System.Integer, _
DOUBLE X As System.Double, _
DOUBLE Y As System.Double, _
DOUBLE Z As System.Double _
) As System.Boolean |
C# | |
---|
System.bool AddVertexAfter(
System.int VertexIndex,
System.double X,
System.double Y,
System.double Z
) |
Parameters
- VertexIndex
- Index of the vertex after which you want to insert a new vertex (see Remarks)
- X
- x coordinate of the new vertex
- Y
- y coordinate of the new vertex
- Z
- z coordinate of the new vertex
Remarks
See Also
Availability
DraftSight V1R1.3