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


IGPRasterLayer.IsInteger Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterLayer Interface > IGPRasterLayer.IsInteger Property
ArcGIS Developer Help

IGPRasterLayer.IsInteger Property

Indicates whether or not the raster layer is of integer type.

[Visual Basic .NET]
Public Property IsInteger As Boolean
[C#]
public bool IsInteger {get; set;}
[C++]
HRESULT get_IsInteger(
  Boolean* IsInteger
);
[C++]
HRESULT put_IsInteger(
  VARIANT_BOOL IsInteger
);
[C++]
Parameters
IsInteger [out, retval]

IsInteger is a parameter of type bool* IsInteger [in]
IsInteger is a parameter of type bool

Product Availability

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

See Also

IGPRasterLayer Interface