This document is archived and information here might be outdated. Recommended version. |
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,
SAFEARRAY(ISegment)** newSegments
);
[C++] Parameters pSegmentCollection [in]
pSegmentCollection is a parameter of type ISegmentCollection* newSegments [in]
newSegments is a parameter of type SAFEARRAY(ISegment*)*
All development languages compatible version of ISegmentCollection::AddSegments .