Click or drag to resize

MzCartographyProj2Xy Method

Convert coordinates from projetion coordinates to model x-y coordinates

Namespace:  DHI.Generic.Cartography
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Proj2Xy(
	double east,
	double north,
	out double x,
	out double y
)

Parameters

east
Type: SystemDouble
north
Type: SystemDouble
x
Type: SystemDouble
y
Type: SystemDouble
See Also