This document is archived and information here might be outdated.  Recommended version.


IColorRampSymbol.Invert Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IColorRampSymbol.Invert Property

Indicates whether to invert.

[Visual Basic .NET]
Public Property Invert As Boolean
[C#]
public bool Invert {get; set;}
[C++]
HRESULT get_Invert(
  Boolean* Invert
);
[C++]
HRESULT put_Invert(
  VARIANT_BOOL Invert
);
[C++]

Parameters Invert [out, retval]
Invert is a parameter of type bool* Invert [in]
Invert is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IColorRampSymbol Interface