public static Multipoint CreateMultipoint( IEnumerable<Coordinate3D> coordinate3Ds, SpatialReference spatialReference )
Public Overloads Shared Function CreateMultipoint( _ ByVal coordinate3Ds As IEnumerable(Of Coordinate3D), _ Optional ByVal spatialReference As SpatialReference _ ) As Multipoint
Parameters
- coordinate3Ds
- The coordinates of the newly created multipoint.
- spatialReference
- (Optional) The spatial reference of the newly created multipoint. The default value is null.
Return Value
A Multipoint with the HasZ property = true.