ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinElement Class / IsInsideDataArea Property

In This Topic
    IsInsideDataArea Property (TinElement)
    In This Topic
    Gets if this TIN element is within the interpolation zone or the data area of the TIN. See TinDataset.GetDataArea.
    Syntax
    Public MustOverride ReadOnly Property IsInsideDataArea As Boolean
    public abstract bool IsInsideDataArea {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also