public MultipointBuilderEx( IEnumerable<MapPoint> mapPoints, SpatialReference spatialReference )
Public Function New( _ ByVal mapPoints As IEnumerable(Of MapPoint), _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- mapPoints
- The enumeration of points which will initialize the builder. It cannot be null.
- spatialReference
- (Optional) The spatial reference. The default value is null.