ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / SpatialMapSeries Class / IndexLayer Property

In This Topic
    IndexLayer Property
    In This Topic
    Gets or sets the index layer for the maps series.
    Syntax
    public BasicFeatureLayer IndexLayer {get; set;}
    Public Property IndexLayer As BasicFeatureLayer

    Property Value

    Type: BasicFeatureLayer
    Remarks
    The index layer must be either a basic point, line, or polgyon feature layer that has an attribute table.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also