This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.InsertSegments Method (ArcObjects .NET 10.4 SDK) |
Inserts references to the input segments.
[Visual Basic .NET] Public Sub InsertSegments ( _ ByVal pSegmentCollection As ISegmentCollection, _ ByVal Index As Integer, _ ByRef newSegments As ISegment[] _ )
[C#] public void InsertSegments ( ISegmentCollection pSegmentCollection, int Index, ref ISegment[] newSegments );
[C++]
HRESULT InsertSegments(
ISegmentCollection* pSegmentCollection,
long Index,
Array* newSegments
);
[C++]
Parameters pSegmentCollection [in]
pSegmentCollection is a parameter of type ISegmentCollection Index Index is a parameter of type long newSegments [in] newSegments is a parameter of type Array
All development languages compatible version of ISegmentCollection::InsertSegments .