ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinNode Class / Source Property

In This Topic
    Source Property (TinNode)
    In This Topic
    Gets the source of this TIN node. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public TinNodeSourceType Source {get;}
    Public ReadOnly Property Source As TinNodeSourceType

    Property Value

    TinNodeSourceType
    Remarks
    TINs do not persist node source information. It is only maintained while the TIN is is edit mode. This means after a TIN has been saved to disk, all nodes, except for super nodes, become unknown.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also