ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / TextureResource Class
Members

In This Topic
    TextureResource Class
    In This Topic
    A texture resource class that wraps a Texture instance.
    Object Model
    TextureResource ClassTexture Class
    Syntax
    public class TextureResource 
    Public Class TextureResource 
    Remarks
    Use the same TextureResource instance on instances of BasicMaterial that share the same texture. Texture sharing is only supported inside of a single Multipatch. It is not supported between different multipatches.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.TextureResource

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also