GeoLocationDataTransformToLonLatAlt(Double, Double, Double) Method

Transforms the design point into an equivalent geographic point.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public GeoDataLonLatAltInfo TransformToLonLatAlt(
        double x,
        double y,
        double z
)

Parameters

x  Double
[in] X ordinate of the design point.
y  Double
[in] Y ordinate of the design point.
z  Double
[in] Z ordinate of the design point.

Return Value

GeoDataLonLatAltInfo
GeoDataLonLatAltInfo structure that contains information about longitude, latitude and altitude of the transformed point.
See Also

©  Bricsys NV. All rights reserved.