ArcObjects Library Reference (DefenseSolutions)  

IStatefulRenderOptions.EnableParametricOutlineColor Property

Toggles the use darker versions of extrusion color for outlining.

[Visual Basic .NET]
Public Property EnableParametricOutlineColor As Boolean
[C#]
public bool EnableParametricOutlineColor {get; set;}
[C++]
HRESULT get_EnableParametricOutlineColor(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_EnableParametricOutlineColor(
  VARIANT_BOOL pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL pVal [in]   pVal is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IStatefulRenderOptions Interface