This document is archived and information here might be outdated. Recommended version. |
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*)*
All development languages compatible version of ISegmentCollection::InsertSegments .