GeoBlazor Pro


layout: pro title: NAMessage parent: Pro Classes grand_parent: 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 for JavaScript

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 for JavaScript

public NAMessage(string Description, dymaptic.GeoBlazor.Pro.Model.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

System.String

NAMessage.Type Property

The network analyst message type.

public dymaptic.GeoBlazor.Pro.Model.NAMessageType Type { get; set; }

Property Value

NAMessageType