ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipatchBuilderEx Class / HasTextureCoords2D Property

In This Topic
    HasTextureCoords2D Property
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also