ArcGIS Pro 3.5 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
    The source of a node is in reference to where it came from, i.e. its origin.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also