public static MapPoint CreateMapPoint( MapPoint point, SpatialReference spatialReference )
Public Overloads Shared Function CreateMapPoint( _ ByVal point As MapPoint, _ Optional ByVal spatialReference As SpatialReference _ ) As MapPoint
Parameters
- point
- Specifies the coordinates for the MapPoint.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If null, the spatial reference of the input point is used.
Return Value
A MapPoint.