ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / SpatialMapSeries Class / CurrentRow Property

In This Topic
    CurrentRow Property
    In This Topic
    Returns the index layer's row for the current map series page. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public ReadOnly Property CurrentRow As Row
    public Row CurrentRow {get;}

    Property Value

    Type: Row
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also