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


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

ISnapGuides.Draw Method

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.

See Also

ISnapGuides Interface