This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITransposeBitsFunctionArguments Interface > ITransposeBitsFunctionArguments.OutputBitPositions Property (ArcObjects .NET 10.5 SDK) |
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