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

IsOnDomainBoundary Property
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;}
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.2 or higher.
See Also