public static MapPoint CreateMapPoint( Coordinate2D coordinate2D, SpatialReference spatialReference )
Public Overloads Shared Function CreateMapPoint( _ ByVal coordinate2D As Coordinate2D, _ Optional ByVal spatialReference As SpatialReference _ ) As MapPoint
Parameters
- coordinate2D
- Specifies the X and Y coordinates of the MapPoint.
- spatialReference
- (Optional) The SpatialReference. The default value is null.