ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / UncompressedTexture Class / UncompressedTexture Constructor / UncompressedTexture Constructor(UncompressedTexture)
The texture used for construction.

In This Topic
    UncompressedTexture Constructor(UncompressedTexture)
    In This Topic
    Creates a deep copy of the UncompressedTexture.
    Syntax
    public UncompressedTexture( 
       UncompressedTexture other
    )
    Public Function New( _
       ByVal other As UncompressedTexture _
    )

    Parameters

    other
    The texture used for construction.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also