ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinTriangle Class / Area3D Property

In This Topic
    Area3D Property
    In This Topic
    Gets the 3D area of this TIN triangle. The area is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference. If the triangle has NaN z-values, then NaN is returned. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public double Area3D {get;}
    Public ReadOnly Property Area3D As Double
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also