This document is archived and information here might be outdated.  Recommended version.


IGeodataXform2.GetZ Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeodataXform2 Interface > IGeodataXform2.GetZ Method
ArcGIS Developer Help

IGeodataXform2.GetZ Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeodataXform2 Interface