Sets the z value of a TIN node referenced by the index.
[Visual Basic .NET] Public Sub SetNodeZ ( _ ByVal Index As Integer, _ ByVal Z As Double _ )
[C#] public void SetNodeZ ( int Index, double Z );
[C++]
HRESULT SetNodeZ(
long Index,
double Z
);
[C++]Parameters
Index [in] Index is a parameter of type long Z [in] Z is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.