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


INAServerNetworkAttribute.ParameterNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkAttribute Interface > INAServerNetworkAttribute.ParameterNames Property
ArcGIS Developer Help

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