ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterValue Class
Members

In This Topic
    RasterValue Class
    In This Topic
    Represents a raster value.
    Object Model
    RasterValue ClassRasterDataset ClassRasterStorageDef Class
    Syntax
    public sealed class RasterValue : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
    Public NotInheritable Class RasterValue 
       Inherits ArcGIS.Core.CoreObjectsBase
       Implements System.IDisposable 
    Remarks
    A RasterValue represents the value of a Raster field, similar to the value of a Geometry field. It allows you to set a raster dataset and store it using storage properties.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CoreObjectsBase
          ArcGIS.Core.Data.Raster.RasterValue

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also