This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentCollection Interface > ISegmentCollection.InsertSegmentCollectionEx Method (ArcObjects .NET 10.4 SDK) |
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 newSegments
newSegments is a parameter of type ISegmentCollection