public void InsertPoint( int index, Coordinate3D coordinate3D )
Public Overloads Sub InsertPoint( _ ByVal index As Integer, _ ByVal coordinate3D As Coordinate3D _ )
Parameters
- index
- The index specifying where the point will be inserted. A negative value means that the coordinate will be added to the end of the Coordinate2Ds list. Otherwise, the value must be in the range [0, Coordinate2Ds.Count] inclusive.
- coordinate3D
- The Coordinate3D to insert.