ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IStandaloneTableContainerEdit Interface
Version

In This Topic
IStandaloneTableContainerEdit Interface Methods
In This Topic

For a list of all members of this type, see IStandaloneTableContainerEdit members.

Public Methods
 NameDescription
 Method Finds a StandaloneTable using a URI. Child group layers are also searched. (Inherited from ArcGIS.Desktop.Mapping.IStandaloneTableContainer)
 Method Finds StandaloneTables by name. Child group layers are also searched. (Inherited from ArcGIS.Desktop.Mapping.IStandaloneTableContainer)
 Method Returns a read-only snapshot of the tables in the container. (Inherited from ArcGIS.Desktop.Mapping.IStandaloneTableContainer)
 MethodOverloaded.   
 Method Removes a StandaloneTable from the container. This method must be called on the MCT. Use QueuedTask.Run.  
 Method Remove multiple StandaloneTable from the container. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also