GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
NAMessage Class
Represents a message generated during the execution of a network analyst task. It is composed of a message type and description. NAMessage has no constructor.
ArcGIS Maps SDK
public class 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. It is composed of a message type and description. NAMessage has no constructor.
ArcGIS Maps SDK
public NAMessage(string Description, dymaptic.GeoBlazor.Pro.Enums.NAMessageType Type);
Parameters
Description
System.String
A description of the network analyst message.
Type
NAMessageType
The network analyst message type.
Properties
NAMessage.Description Property
A description of the network analyst message.
public string Description { get; set; }
Property Value
NAMessage.Type Property
The network analyst message type.
public dymaptic.GeoBlazor.Pro.Enums.NAMessageType Type { get; set; }