This document is archived and information here might be outdated. Recommended version. |
Option to fill only no data with pixel value.
[Visual Basic .NET] Public Property FillNoDataOnly As Boolean
[C#] public bool FillNoDataOnly {get; set;}
[C++]
HRESULT get_FillNoDataOnly(
Boolean* pFillNoData
);
[C++]
HRESULT put_FillNoDataOnly(
VARIANT_BOOL pFillNoData
);
[C++]
Parameters pFillNoData [out, retval]
pFillNoData is a parameter of type bool* pFillNoData [in]
pFillNoData is a parameter of type bool