ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFeatureTable Class
Properties Methods Events


In This Topic
    CIMFeatureTable Class Members
    In This Topic

    The following tables list the members exposed by CIMFeatureTable.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the active range name. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the bind variables. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the data connection.  
    Public Property Gets or sets the definition expression that can subset the rows in the virtual table. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the Name of definition expression. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the definition filter choices. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the DefinitionSet for the table.  
    Public Property Gets or sets the expression information used for coming up with a string that represents a row or a feature. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the name of the attribute field that will be used as a label that represents each row in the table. The display field must be able to be represented as a string (string or numeric). (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets a value indicating whether or not the table can be edited. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the field descriptions. Field descriptions for fields may only be written if values are overridden from defaults. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets floor-aware properties for the layer/table used in floor filtering. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets a value indicating whether the data source is licensed.  
    Public Property Gets or sets the range definitions. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the relates. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public PropertyGets or sets the route identifier field of a route feature class. This property will only be set for route feature classes, namely line and polyline feature classes that are m-aware. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the search order option.  
    Public Property Gets or sets the URI of the selection set for the table. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets a value indicating whether related data should be selected when creating a new selection. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets an area that can be used to subset the rows in the virtual table.  
    Public Property Gets or sets the study area spatial relationship.  
    Public Property Gets or sets the subtype value that should be used in the feature layer definition. This property is honored only when feature layer is a member of SubtypeLayer. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the time definition. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the time definition fields. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the time display definition. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets the time fields. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Public Property Gets or sets a value indicating whether or not the SubtypeValue should be used. (Inherited from ArcGIS.Core.CIM.CIMDisplayTable)
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMFeatureTable.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMFeatureTable with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMFeatureTable and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also