GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
Subnetwork Class
The Subnetwork object represents the domain name, tier name, and subnetwork via fulfilling the promise returned from running the Network.validateTopology() function.
ArcGIS Maps SDK for JavaScript
public class Subnetwork :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.Subnetwork>
Inheritance System.Object 🡒 Subnetwork
Implements System.IEquatable<Subnetwork>
Constructors
Subnetwork(string, string, string) Constructor
The Subnetwork object represents the domain name, tier name, and subnetwork via fulfilling the promise returned from running the Network.validateTopology() function.
ArcGIS Maps SDK for JavaScript
public Subnetwork(string? Domain=null, string? SubnetworkName=null, string? Tier=null);
Parameters
Domain
System.String
The domain name.
ArcGIS Maps SDK for JavaScript
SubnetworkName
System.String
The subnetwork name.
ArcGIS Maps SDK for JavaScript
Tier
System.String
The tier name.
ArcGIS Maps SDK for JavaScript
Properties
Subnetwork.Domain Property
The domain name.
ArcGIS Maps SDK for JavaScript
public string? Domain { get; set; }
Property Value
Subnetwork.SubnetworkName Property
The subnetwork name.
ArcGIS Maps SDK for JavaScript
public string? SubnetworkName { get; set; }
Property Value
Subnetwork.Tier Property
The tier name.
ArcGIS Maps SDK for JavaScript
public string? Tier { get; set; }