ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyle.FriendlyFutureFrameFill Property

Fill symbol used to symbolize friendly frames when the symbol's status is anticipated/future.

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

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