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


ISnapGuides.DrawHighlight Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISnapGuides.DrawHighlight Method

Draw a highlight around the snap line for a nice visual effect.

[Visual Basic .NET]
Public Sub DrawHighlight ( _
    ByVal Display As IDisplay, _
    ByVal IsHorizontal As Boolean _
)
[C#]
public void DrawHighlight (
    IDisplay Display,
    bool IsHorizontal
);
[C++]
HRESULT DrawHighlight(
  IDisplay* Display,
  VARIANT_BOOL IsHorizontal
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay IsHorizontal [in] IsHorizontal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISnapGuides Interface