dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SceneLayerCapabilitiesData Class

Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript

public class SceneLayerCapabilitiesData :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesData>

Inheritance System.Object 🡒 SceneLayerCapabilitiesData

Implements System.IEquatable<SceneLayerCapabilitiesData>

Constructors

SceneLayerCapabilitiesData(Nullable, Nullable) Constructor

Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript

public SceneLayerCapabilitiesData(System.Nullable<bool> SupportsAttachment=null, System.Nullable<bool> SupportsZ=null);

Parameters

SupportsAttachment System.Nullable<System.Boolean>

Indicates if the attachment is enabled on the layer.
ArcGIS Maps SDK for JavaScript

SupportsZ System.Nullable<System.Boolean>

Indicates if the features in the layer support z-values.
ArcGIS Maps SDK for JavaScript

Properties

SceneLayerCapabilitiesData.SupportsAttachment Property

Indicates if the attachment is enabled on the layer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsAttachment { get; set; }

Property Value

System.Nullable<System.Boolean>

SceneLayerCapabilitiesData.SupportsZ Property

Indicates if the features in the layer support z-values.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> SupportsZ { get; set; }

Property Value

System.Nullable<System.Boolean>