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.
Return Value
A MapPoint.