dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
AttributeParameterValue Class
An object describing the parameter values for the attributeParameterValues property of ClosestFacilityParameters. ArcGIS Maps SDK for JavaScript
public record AttributeParameterValue : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.AttributeParameterValue>
Inheritance System.Object 🡒 AttributeParameterValue
Implements System.IEquatable<AttributeParameterValue>
Constructors
AttributeParameterValue(string, string, string) Constructor
An object describing the parameter values for the attributeParameterValues property of ClosestFacilityParameters. ArcGIS Maps SDK for JavaScript
public AttributeParameterValue(string? AttributeName=null, string? ParameterName=null, string? Value=null);
Parameters
AttributeName System.String
The name of the restriction. ArcGIS Maps SDK for JavaScript
ParameterName System.String
The name of the parameter associated with the restriction. ArcGIS Maps SDK for JavaScript
Value System.String
The value for `parameterName`. ArcGIS Maps SDK for JavaScript
Properties
AttributeParameterValue.AttributeName Property
The name of the restriction. ArcGIS Maps SDK for JavaScript
public string? AttributeName { get; init; }
Property Value
AttributeParameterValue.ParameterName Property
The name of the parameter associated with the restriction. ArcGIS Maps SDK for JavaScript
public string? ParameterName { get; init; }
Property Value
AttributeParameterValue.Value Property
The value for `parameterName`. ArcGIS Maps SDK for JavaScript
public string? Value { get; init; }