This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLayerEditHelper Interface > ISchematicLayerEditHelper.GetHighlightedVertex Method (ArcObjects .NET 10.4 SDK) |
Position of the highlighted vertex.
[Visual Basic .NET] Public Function GetHighlightedVertex ( _ ByVal OnlyVisible As Boolean _ ) As IPoint
[C#] public IPoint GetHighlightedVertex ( bool OnlyVisible );
[C++]
HRESULT GetHighlightedVertex(
VARIANT_BOOL OnlyVisible,
IPoint** HighlightedVertex
);
[C++]
Parameters OnlyVisible [in] OnlyVisible is a parameter of type VARIANT_BOOL HighlightedVertex [out, retval]
HighlightedVertex is a parameter of type IPoint