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


IMapServerObjects3.StandaloneTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerObjects3 Interface > IMapServerObjects3.StandaloneTable Property
ArcGIS Developer Help

IMapServerObjects3.StandaloneTable Property

The table specified by the map name and table ID. If the mapName is blank, the default map (active data frame) will be assumed.

[Visual Basic .NET]
Public Function get_StandaloneTable ( _
    ByVal MapName As String, _
    ByVal StandaloneTableID As Integer _
) As ITable
[C#]
public ITable get_StandaloneTable (
    string MapName,
    int StandaloneTableID
);
[C++]
HRESULT get_StandaloneTable(
  BSTR MapName,
  long StandaloneTableID,
  ITable** standaloneTableObject
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR StandaloneTableID [in]
StandaloneTableID is a parameter of type long standaloneTableObject [out, retval]
standaloneTableObject is a parameter of type ITable**

Product Availability

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

See Also

IMapServerObjects3 Interface