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


INATraversalResultElement.SourceID Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultElement.SourceID Property

The result element source ID.

[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 the NATraversalResultElement is referencing.  This references the SourceID of an NATraversalResultSource accessed through INATraversalResult.

See Also

INATraversalResultElement Interface