ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / TextureCoords2D Property

In This Topic
    TextureCoords2D Property
    In This Topic
    Gets or sets the IList of 2D texture coordinates.
    Syntax
    Public Property TextureCoords2D As IList(Of Coordinate2D)
    public IList<Coordinate2D> TextureCoords2D {get; set;}
    Remarks
    The getter returns the IList of 2D texture coordinates by reference. A change to the returned list changes the patch 2D texture coordinates list. The setter copies the input to an internal container. If the input is null, then the list of 2D texture coordinates for this patch is set to null.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also