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


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

INALocation.SourceID Property

The ID of the network source.

[Visual Basic .NET]
Public Property SourceID As Integer
[C#]
public int SourceID {get; set;}
[C++]
HRESULT get_SourceID(
  long SourceID
);
[C++]
HRESULT put_SourceID(
  System.Int32* SourceID
);
[C++]
Parameters
SourceID [in]

SourceID is a parameter of type long SourceID [out, retval]
SourceID is a parameter of type long*

Product Availability

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

Remarks

The SourceID property specifies the SourceID of the feature class in the NetworkDataset that the NALocation is referencing.  The SourceID of the feature class can be retrieved from the ID property on the INetworkSource interface.

See Also

INALocation Interface