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


INATraversalResultElement.SourceOID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultElement Interface > INATraversalResultElement.SourceOID Property
ArcGIS Developer Help

INATraversalResultElement.SourceOID Property

The result element source OID.

[Visual Basic .NET]
Public Property SourceOID As Integer
[C#]
public int SourceOID {get; set;}
[C++]
HRESULT get_SourceOID(
  long SourceOID
);
[C++]
HRESULT put_SourceOID(
  System.Int32* SourceOID
);
[C++]
Parameters
SourceOID [in]

SourceOID is a parameter of type long SourceOID [out, retval]
SourceOID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The SourceOID property specifies the ObjectID of the Feature in the NetworkDataset's or NAContext's FeatureClass.

See Also

INATraversalResultElement Interface