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.