This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch Interface > IRasterStretch.Invert Property (ArcObjects .NET 10.5 SDK) |
Indicates if the stretch is inverted.
[Visual Basic .NET] Public Property Invert As Boolean
[C#] public bool Invert {get; set;}
[C++]
HRESULT get_Invert(
VARIANT_BOOL* pInvert
);
[C++]
HRESULT put_Invert(
VARIANT_BOOL pInvert
);
[C++]
Parameters pInvert [out, retval] pInvert is a parameter of type VARIANT_BOOL pInvert [in] pInvert is a parameter of type VARIANT_BOOL