ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEditor Class / SetNodeZ Method
The index of the node. Node indices start at 1. The first four nodes are super nodes, so data nodes start with index 5.
The z-value to set. It cannot be NaN.

In This Topic
    SetNodeZ Method
    In This Topic
    Sets the z-value of the specified node. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetNodeZ( 
       int index,
       double zValue
    )
    Public Sub SetNodeZ( _
       ByVal index As Integer, _
       ByVal zValue As Double _
    ) 

    Parameters

    index
    The index of the node. Node indices start at 1. The first four nodes are super nodes, so data nodes start with index 5.
    zValue
    The z-value to set. It cannot be NaN.
    Exceptions
    ExceptionDescription
    This method must be called on the MCT. Use QueuedTask.Run.
    The z-value is NaN.
    The editor is not in edit mode.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also