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


IColorRampSymbol.Invert Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* Invert
);
[C++]
HRESULT put_Invert(
  VARIANT_BOOL Invert
);
[C++]

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

Product Availability

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

See Also

IColorRampSymbol Interface