ArcObjects Library Reference (DefenseSolutions)  

IStackingProperties.StackHullSymbol Property

The fill symbol used to symbolize hulls drawn around the locations of stacked graphics.

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

[C++]
HRESULT get_StackHullSymbol(
  IFillSymbol** HullSymbol
);
[C++]
HRESULT putref_StackHullSymbol(
  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

IStackingProperties Interface