This document is archived and information here might be outdated.  Recommended version.


IStandaloneTableCollection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IStandaloneTableCollection Interface
ArcGIS Developer Help

IStandaloneTableCollection Interface

Provides access to members that control the standalone table collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Use this interface to access the standalone tables in a map.

Members

Name Description
Method AddStandaloneTable Adds a standalone table to the collection.
Method RemoveAllStandaloneTables Removes all standalone tables from the collection.
Method RemoveStandaloneTable Removes the standalone table from the collection.
Read-only property StandaloneTable The standalone table at the given index.
Read-only property StandaloneTableCount Number of standalone tables.

Classes that implement IStandaloneTableCollection

Classes Description
Globe (esriGlobeCore) A container for the display and manipulation of data in the Globe.
Map A container for the display and manipulation of map data.
NALayer (esriNetworkAnalyst) The layer for defining, solving, and viewing network analysis results.
Scene (esri3DAnalyst) A container for the display and manipulation of data.

.NET Samples

ArcGIS Network Analyst extension Engine application