dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WebsceneApplicationProperties Class
Represents configuration of application and UI elements. ArcGIS Maps SDK for JavaScript
public record WebsceneApplicationProperties : System.IEquatable<dymaptic.GeoBlazor.Core.Model.WebsceneApplicationProperties>
Inheritance System.Object 🡒 WebsceneApplicationProperties
Implements System.IEquatable<WebsceneApplicationProperties>
Constructors
WebsceneApplicationProperties(Viewing) Constructor
Represents configuration of application and UI elements. ArcGIS Maps SDK for JavaScript
public WebsceneApplicationProperties(dymaptic.GeoBlazor.Core.Components.Viewing? Viewing=null);
Parameters
Viewing Viewing
View-specific properties of application and UI elements. ArcGIS Maps SDK for JavaScript
Properties
WebsceneApplicationProperties.Viewing Property
View-specific properties of application and UI elements. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Viewing? Viewing { get; init; }