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

In This Topic
    TextureResource Constructor(TextureResource)
    In This Topic
    Creates a deep copy of the TextureResource.
    Syntax
    public TextureResource( 
       TextureResource textureResource
    )
    Public Function New( _
       ByVal textureResource As 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