ArcGIS Pro 2.6 API Reference Guide
HasTextureCoords2D Property

ArcGIS.Core.Geometry Namespace > MultipatchBuilderEx Class : HasTextureCoords2D Property
Gets a value indicating if any of the patches in the MultipatchBuilderEx has 2D texture coordinates.
Syntax
public bool HasTextureCoords2D {get;}
Public ReadOnly Property HasTextureCoords2D As Boolean
Remarks
Note that this property is different from other awareness attributes. It is possible that in the same multipatch some patches have texture coordinates while other patches don't.

The complexity of this method is O(n) where n = Patches.Count.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipatchBuilderEx Class
MultipatchBuilderEx Members