dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

InheritedDomain Class

This is a subclass of Domain.
ArcGIS Maps SDK for JavaScript

public class InheritedDomain : dymaptic.GeoBlazor.Core.Components.Domain

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Domain 🡒 InheritedDomain

Constructors

InheritedDomain() Constructor

Parameterless constructor for use as a Razor Component.

public InheritedDomain();

InheritedDomain(string) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public InheritedDomain(string? name=null);

Parameters

name System.String

The domain name.
ArcGIS Maps SDK for JavaScript

Properties

InheritedDomain.Type Property

The domain type.

public override string Type { get; }

Property Value

System.String