ArcObjects Library Reference (GeoDatabase)  

INetworkAttributeParameter2.ParameterUsageType Property

The usage type of the parameter.

[Visual Basic .NET]
Public Property ParameterUsageType As esriNetworkAttributeParameterUsageType
[C#]
public esriNetworkAttributeParameterUsageType ParameterUsageType {get; set;}
[C++]
HRESULT get_ParameterUsageType(
  esriNetworkAttributeParameterUsageType* ParameterUsageType
);
[C++]
HRESULT put_ParameterUsageType(
  esriNetworkAttributeParameterUsageType ParameterUsageType
);
[C++]

Parameters

ParameterUsageType [out, retval]

  ParameterUsageType is a parameter of type esriNetworkAttributeParameterUsageType

ParameterUsageType [in]

  ParameterUsageType is a parameter of type esriNetworkAttributeParameterUsageType

Product Availability

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

See Also

INetworkAttributeParameter2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties)