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


ITinAdvanced.GetNodeZ Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.GetNodeZ Method
ArcGIS Developer Help

ITinAdvanced.GetNodeZ Method

The z value of the node referenced by the index.

[Visual Basic .NET]
Public Function GetNodeZ ( _
    ByVal Index As Integer _
) As Double
[C#]
public double GetNodeZ (
    int Index
);
[C++]
HRESULT GetNodeZ(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

Description

Returns the Z value of the node referenced by the index. The base index for nodes is 1.

See Also

ITinAdvanced Interface