dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

ResultTypeJSON Class

ResultTypeJSON specifies the type of results to return after running a trace.
ArcGIS Maps SDK for JavaScript

public class ResultTypeJSON :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ResultTypeJSON>

Inheritance System.Object 🡒 ResultTypeJSON

Implements System.IEquatable<ResultTypeJSON>

Constructors

ResultTypeJSON(string, Nullable, Nullable, IReadOnlyCollection, IReadOnlyCollection) Constructor

ResultTypeJSON specifies the type of results to return after running a trace.
ArcGIS Maps SDK for JavaScript

public ResultTypeJSON(string? DiagramTemplateName=null, System.Nullable<bool> IncludeGeometry=null, System.Nullable<bool> IncludePropagatedValues=null, System.Collections.Generic.IReadOnlyCollection<string>? NetworkAttributeNames=null, System.Collections.Generic.IReadOnlyCollection<object>? ResultTypeFields=null);

Parameters

DiagramTemplateName System.String

Specifies the name of a predefined Diagram Template.
ArcGIS Maps SDK for JavaScript

IncludeGeometry System.Nullable<System.Boolean>

Specifies whether to return geometry values in resultTypes.
ArcGIS Maps SDK for JavaScript

IncludePropagatedValues System.Nullable<System.Boolean>

Specifies whether to return propagated values in resultTypes.
ArcGIS Maps SDK for JavaScript

NetworkAttributeNames System.Collections.Generic.IReadOnlyCollection<System.String>

Specifies the network attribute names.
ArcGIS Maps SDK for JavaScript

ResultTypeFields System.Collections.Generic.IReadOnlyCollection<System.Object>

Specifies the types of output fields that can be generated from geoprocessing tools.
ArcGIS Maps SDK for JavaScript

Properties

ResultTypeJSON.DiagramTemplateName Property

Specifies the name of a predefined Diagram Template.
ArcGIS Maps SDK for JavaScript

public string? DiagramTemplateName { get; set; }

Property Value

System.String

ResultTypeJSON.IncludeGeometry Property

Specifies whether to return geometry values in resultTypes.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> IncludeGeometry { get; set; }

Property Value

System.Nullable<System.Boolean>

ResultTypeJSON.IncludePropagatedValues Property

Specifies whether to return propagated values in resultTypes.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> IncludePropagatedValues { get; set; }

Property Value

System.Nullable<System.Boolean>

ResultTypeJSON.NetworkAttributeNames Property

Specifies the network attribute names.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<string>? NetworkAttributeNames { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.String>

ResultTypeJSON.ResultTypeFields Property

Specifies the types of output fields that can be generated from geoprocessing tools.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<object>? ResultTypeFields { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Object>