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


IGeometryBridge.AddSegments Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IGeometryBridge.AddSegments Method

Adds references to segments.

[Visual Basic .NET]
Public Sub AddSegments ( _
    ByVal pSegmentCollection As ISegmentCollection, _
    ByRef newSegments As ISegment[] _
)
[C#]
public void AddSegments (
    ISegmentCollection pSegmentCollection,
    ref ISegment[] newSegments
);
[C++]
HRESULT AddSegments(
  ISegmentCollection* pSegmentCollection,
  Array* newSegments
);
[C++]

Parameters pSegmentCollection [in]
pSegmentCollection is a parameter of type ISegmentCollection newSegments [in] newSegments is a parameter of type Array

Product Availability

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

Description

All development languages compatible version of ISegmentCollection::AddSegments .

See Also

IGeometryBridge Interface