public static MapPoint CreateMapPoint( MapPointBuilderEx mapPointBuilderEx, SpatialReference spatialReference )
Public Overloads Shared Function CreateMapPoint( _ ByVal mapPointBuilderEx As MapPointBuilderEx, _ Optional ByVal spatialReference As SpatialReference _ ) As MapPoint
Parameters
- mapPointBuilderEx
- The MapPointBuilderEx to copy.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If the input spatial reference is null, then the spatial reference from the input builder is used.
Return Value
A MapPoint.