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


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

ITransposeBitsFunctionArguments.ConstantFillValue Property

Constant Fill Value.

[Visual Basic .NET]
Public Property ConstantFillValue As Integer
[C#]
public int ConstantFillValue {get; set;}
[C++]
HRESULT get_ConstantFillValue(
  System.Int32* pConstantFillValue
);
[C++]
HRESULT put_ConstantFillValue(
  long pConstantFillValue
);
[C++]
Parameters
pConstantFillValue [out, retval]

pConstantFillValue is a parameter of type long* pConstantFillValue [in]
pConstantFillValue is a parameter of type long

Product Availability

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

See Also

ITransposeBitsFunctionArguments Interface