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


IStretchFunctionArguments2.DRA Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStretchFunctionArguments2.DRA Property

Indicates if Dynamic Range Adjustment should be applied.

[Visual Basic .NET]
Public Property DRA As Boolean
[C#]
public bool DRA {get; set;}
[C++]
HRESULT get_DRA(
  VARIANT_BOOL* pDRA
);
[C++]
HRESULT put_DRA(
  VARIANT_BOOL pDRA
);
[C++]

Parameters pDRA [out, retval] pDRA is a parameter of type VARIANT_BOOL pDRA [in] pDRA is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStretchFunctionArguments2 Interface