This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IColorRampSymbol Interface > IColorRampSymbol.Invert Property (ArcObjects .NET 10.5 SDK) |
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