ArcGIS Pro 3.7 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 Function New( _
       ByVal other As UncompressedTexture _
    )
    public UncompressedTexture( 
       UncompressedTexture other
    )

    Parameters

    other
    The texture used for construction.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also