This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGuides Interface > ISnapGuides.DrawHighlight Method (ArcObjects .NET 10.5 SDK) |
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