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 > ISchematicInMemoryFeatureLinkGeometry Interface > ISchematicInMemoryFeatureLinkGeometry.InitialVertex Property (ArcObjects .NET 10.5 SDK) |
The position of the vertex at given index of the schematic in memory feature link initial geometry.
[Visual Basic .NET] Public Function get_InitialVertex ( _ ByVal Index As Integer _ ) As IPoint
[C#] public IPoint get_InitialVertex ( int Index );
[C++]
HRESULT get_InitialVertex(
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