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


IColorRampSymbol.Invert Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorRampSymbol Interface > IColorRampSymbol.Invert Property
ArcGIS Developer Help

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