ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / SynchronizeAttributeAwarenessWithBuilder Method
The builder with which to synchronize attributes.

In This Topic
    SynchronizeAttributeAwarenessWithBuilder Method
    In This Topic
    Ensures this Patch has the same attributes as the input MultipatchBuilderEx.
    Syntax
    public bool SynchronizeAttributeAwarenessWithBuilder( 
       MultipatchBuilderEx multipatchBuilder
    )
    Public Function SynchronizeAttributeAwarenessWithBuilder( _
       ByVal multipatchBuilder As MultipatchBuilderEx _
    ) As Boolean

    Parameters

    multipatchBuilder
    The builder with which to synchronize attributes.

    Return Value

    Returns true if the patches have been changed and false otherwise.
    Remarks
    The method will allocate or remove any attribute (Ms, IDs, Normals) to match the state of HasM, HasID, and HasNormals. It will also adjust the size of the attribute arrays to match the size of the Coords. It will use default values to fill the missing elements in the attribute arrays.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also