public static Multipoint CreateMultipoint( Polygon polygon, SpatialReference spatialReference )
Public Overloads Shared Function CreateMultipoint( _ ByVal polygon As Polygon, _ Optional ByVal spatialReference As SpatialReference _ ) As Multipoint
Parameters
- polygon
- Polygon whose points will comprise the multipoint.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from polygon.
Return Value
A Multipoint.