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


IFrameDraw.DrawDraftMode Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFrameDraw.DrawDraftMode Method

Draw the draft mode representation of the frame.

[Visual Basic .NET]
Public Sub DrawDraftMode ( _
    ByVal Display As IDisplay, _
    ByVal CancelTracker As ITrackCancel _
)
[C#]
public void DrawDraftMode (
    IDisplay Display,
    ITrackCancel CancelTracker
);
[C++]
HRESULT DrawDraftMode(
  IDisplay* Display,
  ITrackCancel* CancelTracker
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay CancelTracker [in]
CancelTracker is a parameter of type ITrackCancel

Product Availability

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

See Also

IFrameDraw Interface