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


INAAgent.Name Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAAgent.Name Property

The name of the agent.

[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
  System.String* agentName
);
[C++]

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

Product Availability

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

Remarks

Returns the name of the agent.  This property is implemented within the agent; there is no need to set this property.

See Also

INAAgent Interface