ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyle.HostileNoFill Property

Fill symbol used to symbolize transparent polygons in a hostile graphic.

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

[C++]
HRESULT get_HostileNoFill(
  IFillSymbol** ppFill
);
[C++]
HRESULT putref_HostileNoFill(
  IFillSymbol* ppFill
);
[C++]

Parameters

ppFill [out, retval]

  ppFill is a parameter of type IFillSymbol

ppFill [in]

  ppFill is a parameter of type IFillSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphicStyle Interface