public static Multipatch CreateMultipatch( MultipatchBuilderEx multipatchBuilderEx, SpatialReference spatialReference )
Public Overloads Shared Function CreateMultipatch( _ ByVal multipatchBuilderEx As MultipatchBuilderEx, _ Optional ByVal spatialReference As SpatialReference _ ) As Multipatch
Parameters
- multipatchBuilderEx
- The MultipatchBuilderEx used to create the new multipatch.
- spatialReference
- (Optional) The spatial reference of the newly created multipatch. If it is null, then the spatial reference of the input builder is used.
Return Value
A new multipatch.