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


INALayer3.AllStandaloneTableCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALayer3 Interface > INALayer3.AllStandaloneTableCount Property
ArcGIS Developer Help

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(
  System.Int32* 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