ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultSource.Table Property

The result source table.

[Visual Basic .NET]
Public ReadOnly Property Table As ITable
[C#]
public ITable Table {get;}
[C++]
HRESULT get_Table(
  ITable** Table
);
[C++]

Parameters

Table [out, retval]

  Table is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The Table property returns an ITable interface that references the corresponding source in the NAContext or NetworkDataset.

See Also

INATraversalResultSource Interface