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 .