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


IRasterStretch2.Invert Property (ArcObjects .NET 10.6 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(
  Boolean* pInvert
);
[C++]

Parameters pInvert [in]
pInvert is a parameter of type bool pInvert [out, retval]
pInvert is a parameter of type bool*

Product Availability

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

See Also

IRasterStretch2 Interface