public void Insert( int beforePointIndex, MapPoint point )
Public Overloads Sub Insert( _ ByVal beforePointIndex As Integer, _ ByVal point As MapPoint _ )
Parameters
- beforePointIndex
- 0 based index. Specify 0 to insert a point at the beginning. Specifying -1 is equivalent to Add.
- point
- The point to insert.