ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / MapSeries Class / CreateThematicMapSeries Method
The Layout you will ultimately apply the map series.
The MapFrame that contains the index layer.

In This Topic
    CreateThematicMapSeries Method
    In This Topic
    Creates a thematic map series. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static ThematicMapSeries CreateThematicMapSeries( 
       Layout layout,
       MapFrame mapFrame
    )
    Public Shared Function CreateThematicMapSeries( _
       ByVal layout As Layout, _
       ByVal mapFrame As MapFrame _
    ) As ThematicMapSeries

    Parameters

    layout
    The Layout you will ultimately apply the map series.
    mapFrame
    The MapFrame that contains the index layer.

    Return Value

    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Remarks
    This method allows you to create a new thematic map series using a minimum number of required paramters. It returns a ThematicMapSeries object that can be further modified using fine grained properties. To apply the changes to the layout, use the SetMapSeries() method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also