dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SlideVisibleLayers Class
The visible layers of the scene.
ArcGIS Maps SDK for JavaScript
public class SlideVisibleLayers :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SlideVisibleLayers>
Inheritance System.Object 🡒 SlideVisibleLayers
Implements System.IEquatable<SlideVisibleLayers>
Constructors
SlideVisibleLayers(string, IReadOnlyCollection) Constructor
The visible layers of the scene.
ArcGIS Maps SDK for JavaScript
public SlideVisibleLayers(string? SlideVisibleLayersId=null, System.Collections.Generic.IReadOnlyCollection<long>? SublayerIds=null);
Parameters
SlideVisibleLayersId
System.String
The ID of a layer in the WebScene or Ground that is made visible
in the SceneView when the slide is applied to the view.
ArcGIS Maps SDK for JavaScript
SublayerIds
System.Collections.Generic.IReadOnlyCollection<System.Int64>
The service ids of the visible sublayers on the layer specified by the layer id.
ArcGIS Maps SDK for JavaScript
Properties
SlideVisibleLayers.SlideVisibleLayersId Property
The ID of a layer in the WebScene or Ground that is made visible
in the SceneView when the slide is applied to the view.
ArcGIS Maps SDK for JavaScript
public string? SlideVisibleLayersId { get; set; }
Property Value
SlideVisibleLayers.SublayerIds Property
The service ids of the visible sublayers on the layer specified by the layer id.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<long>? SublayerIds { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Int64>