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


INAServerNetworkAttribute.ParameterNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkAttribute.ParameterNames Property

Collection of parameter names for this network attribute.

[Visual Basic .NET]
Public ReadOnly Property ParameterNames As IStringArray
[C#]
public IStringArray ParameterNames {get;}
[C++]
HRESULT get_ParameterNames(
  IStringArray** ParameterNames
);
[C++]

Parameters ParameterNames [out, retval]
ParameterNames is a parameter of type IStringArray

Product Availability

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

See Also

INAServerNetworkAttribute Interface