This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.SetNodeZ Method (ArcObjects .NET 10.4 SDK) |
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