dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
Subtype Class
Subtypes categorize a subset of features in a layer that share the same attributes.
ArcGIS Maps SDK for JavaScript
public class Subtype :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.Subtype>
Inheritance System.Object 🡒 Subtype
Implements System.IEquatable<Subtype>
Constructors
Subtype(Nullable, string, Dictionary<string,Domain>, string) Constructor
Subtypes categorize a subset of features in a layer that share the same attributes.
ArcGIS Maps SDK for JavaScript
public Subtype(System.Nullable<double> Code=null, string? DefaultValues=null, System.Collections.Generic.Dictionary<string,dymaptic.GeoBlazor.Core.Components.Domain>? Domains=null, string? Name=null);
Parameters
Code
System.Nullable<System.Double>
The subtype unique identifier number.
ArcGIS Maps SDK for JavaScript
DefaultValues
System.String
Name-value pairs of fields and their default field values associated with the subtype.
ArcGIS Maps SDK for JavaScript
Domains
System.Collections.Generic.Dictionary<System.String,Domain>
Domains associated with the subtype.
ArcGIS Maps SDK for JavaScript
Name
System.String
The subtype name.
ArcGIS Maps SDK for JavaScript
Properties
Subtype.Code Property
The subtype unique identifier number.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Code { get; set; }
Property Value
System.Nullable<System.Double>
Subtype.DefaultValues Property
Name-value pairs of fields and their default field values associated with the subtype.
ArcGIS Maps SDK for JavaScript
public string? DefaultValues { get; set; }
Property Value
Subtype.Domains Property
Domains associated with the subtype.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.Dictionary<string,dymaptic.GeoBlazor.Core.Components.Domain>? Domains { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String,Domain>
Subtype.Name Property
The subtype name.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }