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


ITransposeBitsFunctionArguments.InputBitPositions 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.InputBitPositions Property
ArcGIS Developer Help

ITransposeBitsFunctionArguments.InputBitPositions Property

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*

Product Availability

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

See Also

ITransposeBitsFunctionArguments Interface