ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyle.NeutralNoFill Property

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

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

[C++]
HRESULT get_NeutralNoFill(
  IFillSymbol** ppFill
);
[C++]
HRESULT putref_NeutralNoFill(
  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