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


ISchematicInMemoryFeatureSubLinkGeometry.Vertex Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureSubLinkGeometry.Vertex Property

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

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

Parameters i [in] i 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

ISchematicInMemoryFeatureSubLinkGeometry Interface