ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.FriendlyColor Property

Color used to symbolize a friendly graphic.

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

[C++]
HRESULT get_FriendlyColor(
  IColor** ppColor
);
[C++]
HRESULT putref_FriendlyColor(
  IColor* ppColor
);
[C++]

Parameters

ppColor [out, retval]

  ppColor is a parameter of type IColor

ppColor [in]

  ppColor is a parameter of type IColor

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyle2 Interface