ArcObjects Library Reference (NetworkAnalyst)  

INALayer3.AllLayerCount Property

The total number of layers in the network analysis layer.

[Visual Basic .NET]
Public ReadOnly Property AllLayerCount As Integer
[C#]
public int AllLayerCount {get;}
[C++]
HRESULT get_AllLayerCount(
  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