ArcGIS Pro 3.7 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 Function IsInteger() As Boolean
    public bool IsInteger()

    Return Value

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also