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