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


ISchematicLayerEditHelper.GetHighlightedVertex Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLayerEditHelper.GetHighlightedVertex Method

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
);
[C++]

Parameters OnlyVisible [in]
OnlyVisible is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicLayerEditHelper Interface