ArcGIS Pro 3.0 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, Windows 8.1

    See Also