ArcObjects Library Reference (GeoDatabase)  

INetworkJunction2.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.

See Also

INetworkJunction2 Interface