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


IExcludedAreaFunctionArguments.PixelBitDepth Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExcludedAreaFunctionArguments Interface > IExcludedAreaFunctionArguments.PixelBitDepth Property
ArcGIS Developer Help

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(
  System.Int32* 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