ArcObjects Library Reference (GeoDatabase) |
|
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](bitmaps/ReadWrite.gif) |
DefaultValue |
The default value of the parameter. |
![Read/write property](bitmaps/ReadWrite.gif) |
Name |
The name of the parameter. |
![Read/write property](bitmaps/ReadWrite.gif) |
ParameterUsageType |
The usage type of the parameter. |
![Read/write property](bitmaps/ReadWrite.gif) |
Value |
The current value of the parameter. |
![Read/write property](bitmaps/ReadWrite.gif) |
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. |
CoClasses that implement INetworkAttributeParameter2
.NET Samples
ArcGIS Network Analyst extension Engine application (Code Files:
frmNALayerProperties)