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


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

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(
void
);

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