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


INATraversalResultQuery.SourceOIDFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultQuery.SourceOIDFieldName Property

The source OID field name.

[Visual Basic .NET]
Public ReadOnly Property SourceOIDFieldName As String
[C#]
public string SourceOIDFieldName {get;}
[C++]
HRESULT get_SourceOIDFieldName(
  BSTR* FieldName
);
[C++]

Parameters FieldName [out, retval] FieldName is a parameter of type BSTR

Product Availability

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

Remarks

Specifies the SourceOID field name.  The SourceOID field value provides the ObjectID of the Feature in the NetworkDataset's or NAContext's FeatureClass.

See Also

INATraversalResultQuery Interface