This document is archived and information here might be outdated.  Recommended version.


ISegmentCollection.InsertSegmentCollectionEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentCollection Interface > ISegmentCollection.InsertSegmentCollectionEx Method
ArcGIS Developer Help

ISegmentCollection.InsertSegmentCollectionEx Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegmentCollection Interface