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


IMapServerObjects3.StandaloneTableID 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.StandaloneTableID Property
ArcGIS Developer Help

IMapServerObjects3.StandaloneTableID Property

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

[Visual Basic .NET]
Public Function get_StandaloneTableID ( _
    ByVal MapName As String, _
    ByVal pTable As ITable _
) As Integer
[C#]
public int get_StandaloneTableID (
    string MapName,
    ITable pTable
);
[C++]
HRESULT get_StandaloneTableID(
  BSTR MapName,
  ITable* pTable,
  System.Int32* ID
);
[C++]
Parameters
MapName [in]

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

Product Availability

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

See Also

IMapServerObjects3 Interface