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

TextureCoords2D Property
Gets or sets the IList of 2D texture coordinates.
Syntax
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, Windows 10

ArcGIS Pro version: 3 or higher.
See Also