Name | Description | |
---|---|---|
SubtypeGroupTable Constructor |
The following tables list the members exposed by SubtypeGroupTable.
Name | Description | |
---|---|---|
SubtypeGroupTable Constructor |
Name | Description | |
---|---|---|
ActiveDefinitionQuery | Gets the active definition query. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
ConnectionStatus | Gets a value indicating the MapMember's connection status. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
DefinitionQueries | Gets a list of all DefinitionQueries. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
DefinitionQuery | Gets the where clause of the active definition query. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
HasJoins | Gets whether the StandaloneTable has any joins (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
HasRelates | Gets whether the StandaloneTable has any relates (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
InternalStandaloneTables | ||
IsEditable | Gets whether the standalone table is editable. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
IsSelectable | Gets whether a MapMember is selectable. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
IsSelectRelatedData | Gets whether the standalone table is set to automatically select related data. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
IsSubtypeTable | Gets whether the standalone table is a member of SubtypeGroupTable. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
Map | Get the map which the MapMember belongs to. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
Name | Gets the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
Parent | 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) | |
SelectionCount | 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) | |
ShowPopups | Gets a value indicating whether the MapMember is configured to show pop-ups when a feature is clicked. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
StandaloneTables | ||
SubtypeValue | Gets the subtype value that is used in the standalone table definition. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
SupportsMetadata | Gets whether the MapMember supports metadata (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
URI | Gets the unique path of this MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) |
Name | Description | |
---|---|---|
Add | ||
CanClearTime | 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) | |
CanEditData | Returns true if the data can be edited. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
CanGetTime | Gets if the mapMember supports time filtering. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
CanReplaceDataSource | 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) | |
CanSetTime | 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) | |
ClearSelection | Clears the current selection. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
ClearTime | 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) | |
FindAndReplaceWorkspacePath | 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) | |
FindStandaloneTable | Overloaded. | |
FindStandaloneTables | ||
GetCanEditMetadata | 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) | |
GetDataConnection | Gets a CIMDataConnection value object. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
GetDataTimeExtent | 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) | |
GetDataTimeIntervals | 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) | |
GetDefinition | Returns the standalone table's CIM definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
GetDisplayExpressions | 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) | |
GetFieldDescriptions | 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) | |
GetMetadata | Gets the StandaloneTable metadata. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
GetPath | 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) | |
GetSelection | Gets the current selection of the table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
GetSnapshot | ||
GetTable | Returns the underlying table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
GetTime | 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) | |
GetUseSourceMetadata | 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) | |
Insert | Overloaded. | |
InsertDefinitionQueries | Insert a list of DefinitionQuery. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
InsertDefinitionQuery | Inserts a 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) | |
IsTimeSupported | 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) | |
Move | ||
Remove | ||
RemoveActiveDefinitionQuery | Removes the active definition query. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
RemoveAllDefinitionQueries | Remove all definition queries. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
RemoveDefinitionQueries | 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) | |
RemoveDefinitionQuery | 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) | |
ReplaceDataSource | Replace the standalone table's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
Search | 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) | |
Select | 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) | |
SetActiveDefinitionQuery | Sets 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) | |
SetDataConnection | Updates a MapMember's data source. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetDefinition | Updates the standalone table's CIM definition. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
SetDefinitionQuery | 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) | |
SetEditable | 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) | |
SetFieldDescriptions | 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) | |
SetMetadata | Sets the StandaloneTable metadata. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
SetName | Sets the display name for the MapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetSelectable | Toggles the selectability. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
SetSelection | Sets the current selection of the table. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
SetSelectRelatedData | Toggles the SelectRelatedData of a MapMember. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) | |
SetShowPopups | Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Mapping.MapMember) | |
SetTime | 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) | |
SetUseSourceMetadata | 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) | |
ToString | Returns the display name of the MapMember. (Inherited from ArcGIS.Desktop.Mapping.MapMember) |
Name | Description | |
---|---|---|
Initialize | Overridden. | |
NotifyPropertyChanged | Overloaded. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) | |
SetProperty | Overloaded. (Inherited from ArcGIS.Desktop.Mapping.StandaloneTable) |
Name | Description | |
---|---|---|
AreTemplatesLoaded | Gets whether templates have been loaded for the specified map member. | |
AutoGenerateTemplates | Generate feature templates for a layer or standalone-table. This method must be called on the MCT. Use QueuedTask.Run. | |
CreateTemplate | Overloaded. | |
GetTemplate | Gets a template by name for a map member. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTemplates | Gets all templates for a map member. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTemplatesAsFlattenedList | Gets all templates for a map member, including templates for any children. This method must be called on the MCT. Use QueuedTask.Run. | |
Inspect | Loads a row into a new inspector instance. This method must be called on the MCT. Use QueuedTask.Run. | |
RemoveTemplate | Overloaded. | |
TransformToGlobalID | Overloaded. | |
TransformToObjectIDs | Overloaded. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase) |