dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
NAMessage Class
Represents a message generated during the execution of a network analyst task. ArcGIS Maps SDK for JavaScript
public record NAMessage : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.NAMessage>
Inheritance System.Object 🡒 NAMessage
Implements System.IEquatable<NAMessage>
Constructors
NAMessage(string, NAMessageType) Constructor
Represents a message generated during the execution of a network analyst task. ArcGIS Maps SDK for JavaScript
public NAMessage(string Description, dymaptic.GeoBlazor.Pro.Enums.NAMessageType Type);
Parameters
Description System.String
A description of the network analyst message. ArcGIS Maps SDK for JavaScript
Type NAMessageType
The network analyst message type. ArcGIS Maps SDK for JavaScript
Properties
NAMessage.Description Property
A description of the network analyst message. ArcGIS Maps SDK for JavaScript
public string Description { get; init; }
Property Value
NAMessage.Type Property
The network analyst message type. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Enums.NAMessageType Type { get; init; }