ArcGIS Pro 2.6 API Reference Guide
SynchronizeAttributeAwarenessWithBuilder Method

ArcGIS.Core.Geometry Namespace > Patch Class : SynchronizeAttributeAwarenessWithBuilder Method
The builder with which to synchronize attributes.
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 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members