public virtual void InsertPart( int beforePartIndex, IEnumerable<MapPoint> points )
Public Overloads Overridable Sub InsertPart( _ ByVal beforePartIndex As Integer, _ ByVal points As IEnumerable(Of MapPoint) _ )
Parameters
- beforePartIndex
- 0 based index. Specify 0 to insert at the beginning. Specify (CountParts - 1) or -1 to insert at the end.
- points
- An enumeration of MapPoints.