ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinNode Class / IsOnDomainBoundary Property

In This Topic
    IsOnDomainBoundary Property
    In This Topic
    Gets if this node is on the TIN domain boundary. That is, if it is on the boundary of the interpolation zone or data area. See TinDataset.GetDataArea. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool IsOnDomainBoundary {get;}
    Public ReadOnly Property IsOnDomainBoundary As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also