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


ITransposeBitsFunctionArguments.OutputBitPositions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITransposeBitsFunctionArguments Interface > ITransposeBitsFunctionArguments.OutputBitPositions Property
ArcGIS Developer Help

ITransposeBitsFunctionArguments.OutputBitPositions Property

Output Bit Positions.

[Visual Basic .NET]
Public Property OutputBitPositions As ILongArray
[C#]
public ILongArray OutputBitPositions {get; set;}
[C++]
HRESULT get_OutputBitPositions(
  ILongArray** ppOutputBit
);
[C++]
HRESULT putref_OutputBitPositions(
  ILongArray* ppOutputBit
);
[C++]
Parameters
ppOutputBit [out, retval]

ppOutputBit is a parameter of type ILongArray** ppOutputBit [in]
ppOutputBit is a parameter of type ILongArray*

Product Availability

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

See Also

ITransposeBitsFunctionArguments Interface