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


ISnapGuides.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGuides Interface > ISnapGuides.Draw Method
ArcGIS Developer Help

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 bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISnapGuides Interface