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


IRasterStretch2.Invert Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterStretch2.Invert Property

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

Product Availability

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

See Also

IRasterStretch2 Interface