ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IStandaloneTableContainerEdit Interface
Properties Methods

In This Topic
    IStandaloneTableContainerEdit Interface Members
    In This Topic

    The following tables list the members exposed by IStandaloneTableContainerEdit.

    Public Properties
     NameDescription
     Property Gets a read-only collection of StandaloneTables from the container. (Inherited from ArcGIS.Desktop.Mapping.IStandaloneTableContainer)
    Top
    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