This document is archived and information here might be outdated.  Recommended version.


ISchematicInMemoryFeatureLinkGeometry.InsertVertexCollection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.InsertVertexCollection Method
ArcGIS Developer Help

ISchematicInMemoryFeatureLinkGeometry.InsertVertexCollection Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicInMemoryFeatureLinkGeometry Interface