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


IStandaloneTableCollection.StandaloneTable Property (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 > IStandaloneTableCollection.StandaloneTable Property
ArcGIS Developer Help

IStandaloneTableCollection.StandaloneTable Property

The standalone table at the given index.

[Visual Basic .NET]
Public Function get_StandaloneTable ( _
    ByVal Index As Integer _
) As IStandaloneTable
[C#]
public IStandaloneTable get_StandaloneTable (
    int Index
);
[C++]
HRESULT get_StandaloneTable(
  long Index,
  IStandaloneTable** Table
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Table [out, retval]
Table is a parameter of type IStandaloneTable**

Product Availability

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

See Also

IStandaloneTableCollection Interface

.NET Samples

ArcGIS Network Analyst extension Engine application