ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / MapSeries Class / FindPageNumber Method

In This Topic
    FindPageNumber Method
    In This Topic
    Returns a map series page number based on the name field value of the index feature.
    Syntax
    Public Function FindPageNumber( _
       ByVal pageName As String _
    ) As String
    public string FindPageNumber( 
       string pageName
    )

    Parameters

    pageName
    Remarks
    Setting the current page requires specifying the approproriate page numnber. This helper function returns the page number associated with a page name.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also