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


IStretchFunctionArguments2.DRA Property (ArcObjects .NET 10.6 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(
  Boolean* pDRA
);
[C++]
HRESULT put_DRA(
  VARIANT_BOOL pDRA
);
[C++]

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

Product Availability

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

See Also

IStretchFunctionArguments2 Interface