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


INATraversalResultQuery2.EIDFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultQuery2.EIDFieldName Property

The EID field name.

[Visual Basic .NET]
Public ReadOnly Property EIDFieldName As String
[C#]
public string EIDFieldName {get;}
[C++]
HRESULT get_EIDFieldName(
  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 EID field name.

See Also

INATraversalResultQuery2 Interface