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


ISchematicInMemoryFeatureSubLinkGeometry.QueryInitialVertex Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureSubLinkGeometry.QueryInitialVertex Method

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

[Visual Basic .NET]
Public Sub QueryInitialVertex ( _
    ByVal Index As Integer, _
    ByVal Point As IPoint _
)
[C#]
public void QueryInitialVertex (
    int Index,
    IPoint Point
);
[C++]
HRESULT QueryInitialVertex(
  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

ISchematicInMemoryFeatureSubLinkGeometry Interface