ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinTriangle Class / SlopePercent Property

In This Topic
    SlopePercent Property
    In This Topic
    Gets the slope of this TIN triangle as a percent. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public double SlopePercent {get;}
    Public ReadOnly Property SlopePercent As Double
    Remarks
    Slope is the steepness of the triangle. A slope of 100% is equivalent to 45 degrees (1 unit change in Z for 1 unit change in XY).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also