ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.NeutralColor Property

Color used to symbolize a neutral graphic.

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

[C++]
HRESULT get_NeutralColor(
  IColor** ppColor
);
[C++]
HRESULT putref_NeutralColor(
  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