This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometryBridge Interface > IGeometryBridge.AddSegments Method (ArcObjects .NET 10.4 SDK) |
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
All development languages compatible version of ISegmentCollection::AddSegments .