ArcObjects Library Reference (DataSourcesRaster)  

IExcludedAreaFunctionArguments.PixelBitDepth Property

The actual pixel bit depth.

[Visual Basic .NET]
Public Property PixelBitDepth As Integer
[C#]
public int PixelBitDepth {get; set;}
[C++]
HRESULT get_PixelBitDepth(
  long* pValue
);
[C++]
HRESULT put_PixelBitDepth(
  long pValue
);
[C++]

Parameters

pValue [out, retval]   pValue is a parameter of type long pValue [in]   pValue is a parameter of type long

Product Availability

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

See Also

IExcludedAreaFunctionArguments Interface