dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
Presentation Class
A presentation contains a Collection of slides that allows users to quickly navigate to predefined settings of a SceneView.
ArcGIS Maps SDK for JavaScript
public class Presentation :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.Presentation>
Inheritance System.Object 🡒 Presentation
Implements System.IEquatable<Presentation>
Constructors
Presentation(IReadOnlyList) Constructor
A presentation contains a Collection of slides that allows users to quickly navigate to predefined settings of a SceneView.
ArcGIS Maps SDK for JavaScript
public Presentation(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Slide>? Slides=null);
Parameters
Slides
System.Collections.Generic.IReadOnlyList<Slide>
A collection of slides that bookmark viewpoints, visible layers, and other settings previously defined in a WebScene.
ArcGIS Maps SDK for JavaScript
Properties
Presentation.Slides Property
A collection of slides that bookmark viewpoints, visible layers, and other settings previously defined in a WebScene.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Slide>? Slides { get; set; }