ArcObjects Library Reference (GeoDatabase)  

IDERasterBand.IsInteger Property

Indicates if the data is integer.

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

Parameters

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

Product Availability

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

See Also

IDERasterBand Interface