ArcObjects Library Reference (GeoDatabase)  

ITinSurfaceElement.Elevation Property

The z value of the element.

[Visual Basic .NET]
Public ReadOnly Property Elevation As Double
[C#]
public double Elevation {get;}
[C++]
HRESULT get_Elevation(
  double* pElevation
);
[C++]

Parameters

pElevation [out, retval]   pElevation is a parameter of type double

Product Availability

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

See Also

ITinSurfaceElement Interface