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


INetworkAttributeParameter2.ParameterUsageType Property (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 > INetworkAttributeParameter2.ParameterUsageType Property
ArcGIS Developer Help

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