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

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, Windows 8.1

ArcGIS Pro version: 2.5 or higher.
See Also