CrossSectionLocatedGetGeoReferencedCoords Method

If cross section coordinates are valid, returns the geographic (in the landscape's plane) coordinates of all points, otherwise null. Raw data must be present.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool GetGeoReferencedCoords(
	out double[] geoX,
	out double[] geoY
)

Parameters

geoX  Double
the Cartesian X coordinates of all points (NOT the longitudinal coordinates)
geoY  Double
the Cartesian Y coordinates of all points

Return Value

Boolean
true if ok

Remarks

The Euclidean distance between the coordinate points may not match the cross sectional coordinate.

See Also