public static Multipatch CreateMultipatch( Multipatch multipatch, SpatialReference spatialReference )
Public Shared Function CreateMultipatch( _ ByVal multipatch As Multipatch, _ Optional ByVal spatialReference As SpatialReference _ ) As Multipatch
Parameters
- multipatch
- The polygon to create the polygon.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from multipatch.
Return Value
A Multipatch.