ArcObjects Library Reference (Schematic)  

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