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


ISchematicLayerEditHelper.GetHighlightedVertex Method (ArcObjects .NET 10.5 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,
  IPoint** HighlightedVertex
);
[C++]

Parameters OnlyVisible [in] OnlyVisible is a parameter of type VARIANT_BOOL HighlightedVertex [out, retval]
HighlightedVertex is a parameter of type IPoint

Product Availability

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

See Also

ISchematicLayerEditHelper Interface