ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / UncompressedTexture Class
Members

In This Topic
    UncompressedTexture Class
    In This Topic
    A TextureMap that contains a raw uncompressed raster image. Wrap an UncompressedTexture within a TextureResource for use with a BasicMaterial when defining a Multipatch.
    Syntax
    public class UncompressedTexture : TextureMap 
    Public Class UncompressedTexture 
       Inherits TextureMap
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.Texture
          ArcGIS.Core.Geometry.TextureMap
             ArcGIS.Core.Geometry.UncompressedTexture

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also