ArcGIS Pro 2.6 API Reference Guide
TextureCoords2D Property

ArcGIS.Core.Geometry Namespace > Patch Class : TextureCoords2D Property
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 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members