ArcObjects Library Reference (DefenseSolutions)  

IStatefulRenderOptions.OutlineColor Property

The color that should be used to outline extruded tactical graphics.

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

[C++]
HRESULT get_OutlineColor(
  IRgbColor** pVal
);
[C++]
HRESULT put_OutlineColor(
  IRgbColor* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type IRgbColor

pVal [in]

  pVal is a parameter of type IRgbColor

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IStatefulRenderOptions Interface