ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLinkGeometry.Vertex Property

The position of the vertex at given index of the schematic in memory feature link geometry.

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

Parameters

Index [in]   Index is a parameter of type long Point [out, retval]

  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