ArcObjects Library Reference (DefenseSolutions)  

IGraphicGroup.DrawHull Method

Explicitly draws a hull around the locations of the grouped graphics. The client is responsible for calling StartDrawing and FinishDrawing on the IDisplay.

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

[C++]
HRESULT DrawHull(
  IDisplay* Display
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicGroup Interface