ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ServiceSubTable Class
Properties Methods Events


In This Topic
    ServiceSubTable Class Members
    In This Topic

    The following tables list the members exposed by ServiceSubTable.

    Public Properties
     NameDescription
    Public Property Gets the active definition query. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets a value indicating the MapMember's connection status. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Property Gets a list of all DefinitionQueries. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets the where clause of the active definition query. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets whether the StandaloneTable has any joins (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets whether the StandaloneTable has any relates (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets whether the standalone table is editable. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets whether a MapMember is selectable. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets whether the standalone table is set to automatically select related data. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public PropertyGets whether the standalone table is a member of SubtypeGroupTable. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Get the map which the MapMember belongs to. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Property Gets the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Property Gets the parent of the StandaloneTable. It is either the group layer it belongs to, or the map for tables that do not belong in any group layers. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets the number of rows selected in the standalone table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets a value indicating whether the MapMember is configured to show pop-ups when a feature is clicked. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Property Gets the subtype value that is used in the standalone table definition. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Property Gets whether the MapMember supports metadata (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Property Gets the unique path of this MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Top
    Public Methods
     NameDescription
    Public Method Gets if the mapMember supports time filtering and can clear the time filter. Clearing the time filter ensures that data is always shown. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public MethodReturns true if the data can be edited. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets if the mapMember supports time filtering. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Check if the standalone table's data source can be replace with this table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets if the mapMember supports time filtering and if the specified time parameters are valid. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Clears the current selection. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Clears the time filter for the mapMember. Clearing the time filter ensures that data is always shown. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Performs a find and replace of workspace path for the table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets whether the StandaloneTable metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets a CIMDataConnection value object. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Gets the time extent of the data for the specified fieldName - that is the minimum and maximum dates present in the data. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Gets the set of time intervals for the specified field name present in the data. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public MethodOverridden.  Returns the service sub table's CIM definition. Returns null.  
    Public Method Gets the display expressions of the given set of objects. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Returns fields of the standalone table including joined fields, if any. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets the StandaloneTable metadata. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets the path of the dataset underneath the MapMember as a Uri. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Gets the current selection of the table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Returns the underlying table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets the current time parameters for the mapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Gets whether or not the MapMember stores its own metadata or uses metadata retrieved from its source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public MethodInsert a list of StandaloneTable.DefinitionQuery. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public MethodInserts a StandaloneTable.DefinitionQuery. If makeActive is true, makes it the active definition query. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Gets if time is supported for this mapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Removes the active definition query. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Remove all definition queries. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Removes the definition queries specified by the list of names. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Removes the definition query at the specified index. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Replace the standalone table's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Executes a query to the underlying data source and returns rows matching the search criteria. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Selects rows based upon the specified criteria and combination method. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public MethodSets the definition query matching the specified queryName to be the active definition query. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Updates a MapMember's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public MethodOverridden. Updates the service sub table's CIM definition. This will throw an System.NotSupportedException.  
    Public Method Sets the where clause of the active definition query. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Enables or disables editing on a standalone table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Applies updates to the editable properties of fields. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Sets the StandaloneTable metadata. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Sets the display name for the MapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Toggles the selectability. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Sets the current selection of the table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Toggles the SelectRelatedData of a MapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable)
    Public Method Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Sets the specified time parameters for the mapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Sets whether or not the MapMember will use its own metadata or the metadata from its underyling source (if it has one). This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Public Method Returns the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember)
    Top
    Protected Methods
    Extension Methods
     NameDescription
    Public Extension Method Gets whether templates have been loaded for the specified map member.
    Public Extension Method Generate feature templates for a layer or standalone-table. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodOverloaded. 
    Public Extension Method Gets a template by name for a map member. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Gets all templates for a map member. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Gets all templates for a map member, including templates for any children. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodLoads a row into a new inspector instance. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodOverloaded. 
    Public Extension MethodOverloaded. 
    Public Extension MethodOverloaded. 
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also