ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.UnknownColor Property

Color used to symbolize a unknown graphic.

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

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