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


IRasterProps.IsInteger Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterProps Interface > IRasterProps.IsInteger Property
ArcGIS Developer Help

IRasterProps.IsInteger Property

Indicates if the data is integer.

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

pVal is a parameter of type bool*

Product Availability

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

See Also

IRasterProps Interface