This document is archived and information here might be outdated. Recommended version. |
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