MapProjectionGetOrigin Method |
Get the geographical origin of the map projection
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void GetOrigin(
out double lon,
out double lat
)
Public Sub GetOrigin (
<OutAttribute> ByRef lon As Double,
<OutAttribute> ByRef lat As Double
)
public:
void GetOrigin(
[OutAttribute] double% lon,
[OutAttribute] double% lat
)
member GetOrigin :
lon : float byref *
lat : float byref -> unit
Parameters
- lon
- Type: SystemDouble
Longitude - lat
- Type: SystemDouble
Latitude
See Also