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


IStretchFunctionArguments2.DRA Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments2 Interface > IStretchFunctionArguments2.DRA Property
ArcGIS Developer Help

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