ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinTriangleCursor Class / Current Property

In This Topic
    Current Property (TinTriangleCursor)
    In This Topic
    Gets the current TinTriangle in this TinTriangleCursor.
    Syntax
    public TinTriangle Current {get;}
    Public ReadOnly Property Current As TinTriangle
    Remarks
    If the cursor has passed the end of the collection (i.e., when MoveNext returns false), null is returned. If a valid TinTriangle is returned by this property, it should be properly disposed through a call to System.IDisposable.Dispose or with the use of a using statement.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also