This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITransposeBitsFunctionArguments Interface > ITransposeBitsFunctionArguments.InputBitPositions Property (ArcObjects .NET 10.4 SDK) |
Input Bit Positions.
[Visual Basic .NET] Public Property InputBitPositions As ILongArray
[C#] public ILongArray InputBitPositions {get; set;}
[C++]
HRESULT get_InputBitPositions(
ILongArray** ppInputBit
);
[C++]
HRESULT putref_InputBitPositions(
ILongArray* ppInputBit
);
[C++]
Parameters ppInputBit [out, retval]
ppInputBit is a parameter of type ILongArray ppInputBit [in]
ppInputBit is a parameter of type ILongArray