Inserts references to some of the segments from the input collection.
[Visual Basic .NET] Public Sub InsertSegmentCollectionEx ( _ ByVal Index As Integer, _ ByVal start As Integer, _ ByVal Count As Integer, _ ByVal newSegments As ISegmentCollection _ )
[C#] public void InsertSegmentCollectionEx ( int Index, int start, int Count, ISegmentCollection newSegments );
[C++]
HRESULT InsertSegmentCollectionEx(
long Index,
long start,
long Count,
ISegmentCollection* newSegments
);
[C++]Parameters
Index Index is a parameter of type long start start is a parameter of type long Count Count is a parameter of type long newSegmentsnewSegments is a parameter of type ISegmentCollection
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.