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


ISchematicInMemoryFeatureLinkGeometry.InsertVertex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.InsertVertex Method

Inserts a vertex at given index with the specified position to the schematic in memory feature link geometry.

[Visual Basic .NET]
Public Sub InsertVertex ( _
    ByVal Index As Integer, _
    ByVal Point As IPoint _
)
[C#]
public void InsertVertex (
    int Index,
    IPoint Point
);
[C++]
HRESULT InsertVertex(
  long Index,
  IPoint* Point
);
[C++]

Parameters Index [in] Index is a parameter of type long Point [in]
Point is a parameter of type IPoint

Product Availability

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

See Also

ISchematicInMemoryFeatureLinkGeometry Interface