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


ITinNodeCollection.GetNodeZ Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinNodeCollection.GetNodeZ Method

Returns 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,
  double* pZ
);
[C++]

Parameters Index [in] Index is a parameter of type long pZ [out, retval] pZ is a parameter of type double

Product Availability

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

See Also

ITinNodeCollection Interface