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