This document is archived and information here might be outdated. Recommended version. |
Gets Z value for a given location (x,y) in map space.
[Visual Basic .NET]
Public Function GetZ ( _
ByVal x As Double, _
ByVal y As Double _
) As Double
[C#]
public double GetZ (
double x,
double y
);
[C++]
HRESULT GetZ(
double x,
double y
);
[C++] Parameters x [in]
x is a parameter of type double y [in]
y is a parameter of type double