This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.InsertVertexCollection Method (ArcObjects .NET 10.4 SDK) |
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