dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

TravelModeAttributeParameterValues Class

Lists the parameterized attributes used by the travel mode. ArcGIS Maps SDK for JavaScript

public record TravelModeAttributeParameterValues : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.TravelModeAttributeParameterValues>

Inheritance System.Object 🡒 TravelModeAttributeParameterValues

Implements System.IEquatable<TravelModeAttributeParameterValues>

Constructors

TravelModeAttributeParameterValues(string, string, string) Constructor

Lists the parameterized attributes used by the travel mode. ArcGIS Maps SDK for JavaScript

public TravelModeAttributeParameterValues(string? AttributeName=null, string? ParameterName=null, string? Value=null);

Parameters

AttributeName System.String

The name of the attribute. ArcGIS Maps SDK for JavaScript

ParameterName System.String

The parameter name. ArcGIS Maps SDK for JavaScript

Value System.String

The parameter value. ArcGIS Maps SDK for JavaScript

Properties

TravelModeAttributeParameterValues.AttributeName Property

The name of the attribute. ArcGIS Maps SDK for JavaScript

public string? AttributeName { get; init; }

Property Value

System.String

TravelModeAttributeParameterValues.ParameterName Property

The parameter name. ArcGIS Maps SDK for JavaScript

public string? ParameterName { get; init; }

Property Value

System.String

TravelModeAttributeParameterValues.Value Property

The parameter value. ArcGIS Maps SDK for JavaScript

public string? Value { get; init; }

Property Value

System.String