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


ITinSurfaceElement.Elevation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSurfaceElement Interface > ITinSurfaceElement.Elevation Property
ArcGIS Developer Help

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(
  System.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