ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultQuery.ElementIDFieldName Property

The element ID field name.

[Visual Basic .NET]
Public ReadOnly Property ElementIDFieldName As String
[C#]
public string ElementIDFieldName {get;}
[C++]
HRESULT get_ElementIDFieldName(
  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 ElementID field name. The ElementID field value provides the ObjectID of the NATraversalResultElement.

See Also

INATraversalResultQuery Interface