public void InsertPoint( int patchIndex, int beforePointIndex, MapPoint point )
Public Sub InsertPoint( _ ByVal patchIndex As Integer, _ ByVal beforePointIndex As Integer, _ ByVal point As MapPoint _ )
Parameters
- patchIndex
- The patch index. Must be in the range [0, Patches.Count - 1] inclusive.
- beforePointIndex
- The index before the location where the point will be inserted. A negative value means that the point coordinates will be added to the end of the corresponding list in the patch. Otherwise, the value must be in the range [0, Patch.Coords] inclusive.
- point
- The MapPoint to insert. Point cannot be empty or null.