ArcObjects Library Reference (NetworkAnalyst)  

INALayer3.AllStandaloneTableCount Property

The total number of standalone tables in the network analysis layer.

[Visual Basic .NET]
Public ReadOnly Property AllStandaloneTableCount As Integer
[C#]
public int AllStandaloneTableCount {get;}
[C++]
HRESULT get_AllStandaloneTableCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

INALayer3 Interface