ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / RasterDatasetDefinition Class / GetCompressionType Method

In This Topic
    GetCompressionType Method (RasterDatasetDefinition)
    In This Topic
    Gets the compression type of this raster dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetCompressionType() As String
    public string GetCompressionType()

    Return Value

    A string representing the compression type of this raster dataset.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also