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


INetworkAttributeParameter2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttributeParameter2 Interface
ArcGIS Developer Help

INetworkAttributeParameter2 Interface

Provides access to members that specify the properties of a parameter of a network attribute.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property DefaultValue The default value of the parameter.
Read/write property Name The name of the parameter.
Read/write property ParameterUsageType The usage type of the parameter.
Read/write property Value The current value of the parameter.
Read/write property VarType The VARTYPE of the parameter (e.g. VT_I4).

Inherited Interfaces

Interfaces Description
INetworkAttributeParameter Provides access to members that specify the properties of a parameter of a network attribute.

Classes that implement INetworkAttributeParameter2

Classes Description
NetworkAttributeParameter A container for describing a network attribute parameter.

.NET Samples

ArcGIS Network Analyst extension Engine application