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