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


IBasicRasterSdeConnection.InputBitMaskName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBasicRasterSdeConnection.InputBitMaskName Property

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(
  BSTR bitMaskName
);
[C++]

Parameters bitMaskName [out, retval] bitMaskName is a parameter of type BSTR bitMaskName [in] bitMaskName is a parameter of type BSTR

Product Availability

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

See Also

IBasicRasterSdeConnection Interface