ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / TextureResource Class / TextureResource Constructor / TextureResource Constructor(TextureResource)
The texture resource used for construction.
Version

    TextureResource Constructor(TextureResource)
    Creates a deep copy of the TextureResource.
    Syntax
    public TextureResource( 
       TextureResource textureResource
    )

    Parameters

    textureResource
    The texture resource used for construction.
    Remarks
    The contained Texture is also copied.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also