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


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

INAServerNetworkSource.ID Property

Unique identifier of this network source.

[Visual Basic .NET]
Public ReadOnly Property ID As Integer
[C#]
public int ID {get;}
[C++]
HRESULT get_ID(
  System.Int32* ID
);
[C++]
Parameters
ID [out, retval]

ID is a parameter of type long*

Product Availability

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

Remarks

ID specifies the ID of the network source within the network dataset.

See Also

INAServerNetworkSource Interface