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


IMapServerInfo3.StandaloneTableInfos Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerInfo3.StandaloneTableInfos Property

Standalone tables infromation in a given map.

[Visual Basic .NET]
Public ReadOnly Property StandaloneTableInfos As IStandaloneTableInfos
[C#]
public IStandaloneTableInfos StandaloneTableInfos {get;}
[C++]
HRESULT get_StandaloneTableInfos(
  IStandaloneTableInfos** TablesInfos
);
[C++]

Parameters TablesInfos [out, retval]
TablesInfos is a parameter of type IStandaloneTableInfos

Product Availability

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

See Also

IMapServerInfo3 Interface