ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / MapSeries Class
Properties Methods


In This Topic
    MapSeries Class Members
    In This Topic

    The following tables list the members exposed by MapSeries.

    Public Properties
     NameDescription
    Public Property Gets the current map series page name.  
    Public Property Gets the current map series page number.  
    Public Property Gets and sets the map series enabled state.  
    Public Property Gets the first page number of the map series.  
    Public Property Gets the last page number of the map series.  
    Public PropertyGets and sets the associated MapFrame.  
    Public Property Gets the next page number relative to the current map series page number.  
    Public Property Gets the number of pages in the map series.  
    Public Property Gets the previous page number relative to the current map series page number.  
    Public Property Gets and sets the starting map series page number.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Creates a bookmark map series. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Creates a spatial map series. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Creates a thematic map series. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Returns a map series page number based on the name field value of the index feature.  
    Public Method Gets the CIM definition of the map series.  
    Public Method Sets the current map series page number. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the CIM definition of the map series. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also