ArcObjects Library Reference (GeoDatabase)  

INetworkElement.SourceID Property

ID of the network dataset source from which this network element was derived.

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

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The SourceID is the unique ID of the NetworkSource that generated this network element.

See Also

INetworkElement Interface