public static Multipatch CreateMultipatch( MultipatchConstructType constructType, MapPoint centerPt, double size, SpatialReference spatialReference )
Public Overloads Shared Function CreateMultipatch( _ ByVal constructType As MultipatchConstructType, _ ByVal centerPt As MapPoint, _ ByVal size As Double, _ Optional ByVal spatialReference As SpatialReference _ ) As Multipatch
Parameters
- constructType
- The type of multipatch to be constructed.
- centerPt
- The center point of the Multipatch.
- size
- The size of the shape (height, length, width). It must be greater than 0.
- spatialReference
- (Optional)The spatial reference of the Multipatch.
Return Value
A Multipatch.