public static MapPoint CreateMapPoint( double x, double y, double z, SpatialReference spatialReference )
Public Overloads Shared Function CreateMapPoint( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double, _ Optional ByVal spatialReference As SpatialReference _ ) As MapPoint
Parameters
- x
- X coordinate.
- y
- Y coordinate.
- z
- Z coordinate. HasZ is set to true.
- spatialReference
- (Optional) The SpatialReference. The default value is null.
Return Value
A MapPoint.