ArcObjects Library Reference (DefenseSolutions)  

ILeaderingProperties.LeaderHullSymbol Property

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

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

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

ILeaderingProperties Interface