This document is archived and information here might be outdated. Recommended version. |
Inserts vertices at given index to the schematic in memory feature link geometry.
[Visual Basic .NET] Public Sub InsertVertexCollection ( _ ByVal Index As Integer, _ ByVal Points As IPointCollection _ )
[C#] public void InsertVertexCollection ( int Index, IPointCollection Points );
[C++]
HRESULT InsertVertexCollection(
long Index,
IPointCollection* Points
);
[C++] Parameters Index [in]
Index is a parameter of type long Points [in]
Points is a parameter of type IPointCollection*