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


INetworkEdge.SourceID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

INetworkEdge Interface