ArcGIS Pro 3.2 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 IList<Coordinate2D> TextureCoords2D {get; set;}
    Public Property TextureCoords2D As IList(Of Coordinate2D)
    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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also