ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyle.UnknownPresentFrameFill Property

Fill symbol used to symbolize unknown frames.

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

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