ArcGIS Pro 2.6 API Reference Guide
MultipatchBuilder Constructor

ArcGIS.Core.Geometry Namespace > MultipatchBuilder Class : MultipatchBuilder Constructor
Multipatch to edit.
Initializes a new instance of the MultipatchBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public MultipatchBuilder( 
   Multipatch multipatch
)
Public Function New( _
   ByVal multipatch As Multipatch _
)

Parameters

multipatch
Multipatch to edit.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
multipatch is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipatchBuilder Class
MultipatchBuilder Members