This document is archived and information here might be outdated. Recommended version. |
The input 1-bit raster dataset name to be used as mask.
[Visual Basic .NET] Public Property InputBitMaskName As String
[C#] public string InputBitMaskName {get; set;}
[C++]
HRESULT get_InputBitMaskName(
BSTR bitMaskName
);
[C++]
HRESULT put_InputBitMaskName(
System.String* bitMaskName
);
[C++]
Parameters bitMaskName [in]
bitMaskName is a parameter of type BSTR bitMaskName [out, retval]
bitMaskName is a parameter of type BSTR*