public static Multipoint CreateMultipoint( MultipointBuilderEx multipointBuilderEx, SpatialReference spatialReference )
Public Overloads Shared Function CreateMultipoint( _ ByVal multipointBuilderEx As MultipointBuilderEx, _ Optional ByVal spatialReference As SpatialReference _ ) As Multipoint
Parameters
- multipointBuilderEx
- The builder used to create the new multipoint. All properties of the newly created multipoint are inherited from the input builder.
- spatialReference
- (Optional) The spatial reference of the newly created multipoint. If it is null, then the spatial reference of the input builder is used.
Return Value
A new instance of multipoint.