ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFeatureLayer Class
Members

In This Topic
    CIMFeatureLayer Class
    In This Topic
    Represents feature layer used to draw data from feature classes.
    Object Model
    CIMFeatureLayer ClassCIMFeatureLayer ClassCIMFeatureExtrusion ClassCIMExpressionInfo ClassCIMFeatureReduction ClassCIMFeatureTable ClassCIMFeatureLayer ClassCIMHtmlPopupFormat ClassCIM3DLayerProperties ClassCIMLayerElevationSurface ClassCIMLayerTemplate ClassCIMPageDefinition ClassCIMColor ClassCIMPopupInfo ClassCIMRenderer ClassCIMRenderer ClassCIMColor ClassCIMSymbolReference ClassTimeInstant ClassCIMSymbolLayerDrawing ClassCIMRenderer ClassTimeExtent Class
    Syntax
    Remarks

    A feature layer displays a set of geographic features.

    A geographic feature represents a real-world object on the earth. It has a spatially- referenced location, stored as a point, line, or polygon, and a set of attributes that describe the feature. Its position is accurate and relevant within a particular scale range. Geographic features are the core spatial data holdings of an organization. They can serve as official records, are used in spatial analysis, and are used as source data for cartography.

    Feature layers draw their features by using a feature renderer to transform the geographic feature into one or more graphic entities. Feature renderers read the feature's geometry and attribute values to generate graphic entities that graphically depict the feature on a map.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMDefinition
             ArcGIS.Core.CIM.CIMBaseLayer
                ArcGIS.Core.CIM.CIMBasicFeatureLayer
                   ArcGIS.Core.CIM.CIMGeoFeatureLayerBase
                      ArcGIS.Core.CIM.CIMFeatureLayer
                         ArcGIS.Core.CIM.CIMFeatureMosaicSubLayer
                         ArcGIS.Core.CIM.CIMFeatureTrajectorySubLayer
                         ArcGIS.Core.CIM.CIMNitfFeatureSubLayer

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also