Draw a fine line showing exactly where objects will snap.
[Visual Basic .NET] Public Sub Draw ( _ ByVal Display As IDisplay, _ ByVal IsHorizontal As Boolean _ )
[C#] public void Draw ( IDisplay Display, bool IsHorizontal );
[C++]
HRESULT Draw(
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.