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


IBasicRasterSdeConnection.InputBitMaskName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicRasterSdeConnection Interface > IBasicRasterSdeConnection.InputBitMaskName Property
ArcGIS Developer Help

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(
  System.String* bitMaskName
);
[C++]
Parameters
bitMaskName [in]

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

Product Availability

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

See Also

IBasicRasterSdeConnection Interface