ArcObjects Library Reference (DefenseSolutions)  

IGraphicGroup.HullSymbol Property

The fill symbol used to draw a hull around the locations of the grouped graphics.

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

[C++]
HRESULT get_HullSymbol(
  IFillSymbol** HullSymbol
);
[C++]
HRESULT putref_HullSymbol(
  IFillSymbol* HullSymbol
);
[C++]

Parameters

HullSymbol [out, retval]

  HullSymbol is a parameter of type IFillSymbol

HullSymbol [in]

  HullSymbol is a parameter of type IFillSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicGroup Interface