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


ITransposeBitsFunctionArguments.ConstantFillCheck Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITransposeBitsFunctionArguments.ConstantFillCheck Property

Constant Fill Check.

[Visual Basic .NET]
Public Property ConstantFillCheck As Boolean
[C#]
public bool ConstantFillCheck {get; set;}
[C++]
HRESULT get_ConstantFillCheck(
  VARIANT_BOOL* pConstantFillCheck
);
[C++]
HRESULT put_ConstantFillCheck(
  VARIANT_BOOL pConstantFillCheck
);
[C++]

Parameters pConstantFillCheck [out, retval] pConstantFillCheck is a parameter of type VARIANT_BOOL pConstantFillCheck [in] pConstantFillCheck is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITransposeBitsFunctionArguments Interface