ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / Raster Class / IsInteger Method

In This Topic
    IsInteger Method (Raster)
    In This Topic
    Gets a flag indicating whether the data in this raster is integer data.
    Syntax
    public bool IsInteger()
    Public Function IsInteger() As Boolean

    Return Value

    A boolean value that is true if the data in this raster is integer data; otherwise, false.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also