ArcGIS Pro 3.3 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 abstract bool IsInsideDataArea {get;}
    Public MustOverride ReadOnly Property IsInsideDataArea As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also