This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureSubLinkGeometry Interface > ISchematicInMemoryFeatureSubLinkGeometry.QueryVertex Method (ArcObjects .NET 10.5 SDK) |
Queries the position of the vertex at given index of the schematic in memory feature sublink geometry.
[Visual Basic .NET] Public Sub QueryVertex ( _ ByVal Index As Integer, _ ByVal Point As IPoint _ )
[C#] public void QueryVertex ( int Index, IPoint Point );
[C++]
HRESULT QueryVertex(
long Index,
IPoint* Point
);
[C++]
Parameters Index [in] Index is a parameter of type long Point [in]
Point is a parameter of type IPoint