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


IGeometryBridge.InsertSegments Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.InsertSegments Method
ArcGIS Developer Help

IGeometryBridge.InsertSegments Method

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,
  SAFEARRAY(ISegment)** 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 SAFEARRAY(ISegment*)*

Product Availability

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

Description

All development languages compatible version of ISegmentCollection::InsertSegments .

See Also

IGeometryBridge Interface