ArcObjects Library Reference (DefenseSolutions)  

ILeaderable.Draw Method

Internally used draw method (in place of ICachedGraphic::Draw).

ERROR: Syntax information about ILeaderable.Draw may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT Draw(
  IDisplay* Display,
  ITrackCancel* TrackCancel,
  moleQuadrantEnum Quadrant
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

TrackCancel [in]

  TrackCancel is a parameter of type ITrackCancel

Quadrant [in]

  Quadrant is a parameter of type moleQuadrantEnum

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILeaderable Interface