ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FeatureLayer Class
Members

In This Topic
    FeatureLayer Class
    In This Topic
    Represents a layer with a collection of features and their visual representation and editing (when permitted).
    Object Model
    FeatureLayer ClassDefinitionQuery ClassCIMRenderer ClassCIMDataConnection ClassTimeExtent ClassCIMBaseLayer ClassGeometry ClassFeatureClass ClassCIMRenderer ClassSelection ClassSpatialReference ClassTable ClassTimeParameters ClassCIMSymbol ClassMap ClassILayerContainer InterfaceEnvelope ClassRowCursor ClassSelection ClassDefinitionQuery Class
    Syntax
    Remarks
    To create a FeatureLayer, you must call CreateFeatureLayer or CreateLayer method of the LayerFactory class, instead of directly using a constructor.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
          ArcGIS.Desktop.Mapping.MapMember
             ArcGIS.Desktop.Mapping.Layer
                ArcGIS.Desktop.Mapping.BasicFeatureLayer
                   ArcGIS.Desktop.Mapping.FeatureLayer
                      ArcGIS.Desktop.Mapping.FeatureMosaicSubLayer
                      ArcGIS.Desktop.Mapping.FeatureTrajectorySubLayer
                      ArcGIS.Desktop.Mapping.NitfFeatureSubLayer
                      ArcGIS.Desktop.Mapping.OrientedImageryLayer
                      ArcGIS.Desktop.Mapping.StreamLayer

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also