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


INetworkTravelModeParameterValue.ParameterName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelModeParameterValue.ParameterName Property

Name of the network attribute parameter.

[Visual Basic .NET]
Public Property ParameterName As String
[C#]
public string ParameterName {get; set;}
[C++]
HRESULT get_ParameterName(
  BSTR* ParameterName
);
[C++]
HRESULT put_ParameterName(
  BSTR ParameterName
);
[C++]

Parameters ParameterName [out, retval] ParameterName is a parameter of type BSTR ParameterName [in] ParameterName is a parameter of type BSTR

Product Availability

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

See Also

INetworkTravelModeParameterValue Interface