dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SceneLayerCapabilitiesOperations Class
Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public class SceneLayerCapabilitiesOperations :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesOperations>
Inheritance System.Object 🡒 SceneLayerCapabilitiesOperations
Implements System.IEquatable<SceneLayerCapabilitiesOperations>
Constructors
SceneLayerCapabilitiesOperations(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public SceneLayerCapabilitiesOperations(System.Nullable<bool> SupportsAdd=null, System.Nullable<bool> SupportsDelete=null, System.Nullable<bool> SupportsEditing=null, System.Nullable<bool> SupportsQuery=null, System.Nullable<bool> SupportsQueryAttachments=null, System.Nullable<bool> SupportsUpdate=null);
Parameters
SupportsAdd
System.Nullable<System.Boolean>
Indicates if new features can be added to the layer.
ArcGIS Maps SDK for JavaScript
SupportsDelete
System.Nullable<System.Boolean>
Indicates if features can be deleted from the layer.
ArcGIS Maps SDK for JavaScript
SupportsEditing
System.Nullable<System.Boolean>
Indicates if features in the layer can be edited.
ArcGIS Maps SDK for JavaScript
SupportsQuery
System.Nullable<System.Boolean>
Indicates if features in the layer can be queried.
ArcGIS Maps SDK for JavaScript
SupportsQueryAttachments
System.Nullable<System.Boolean>
Indicates if the layer supports REST API queryAttachments operation.
ArcGIS Maps SDK for JavaScript
SupportsUpdate
System.Nullable<System.Boolean>
Indicates if features in the layer can be updated.
ArcGIS Maps SDK for JavaScript
Properties
SceneLayerCapabilitiesOperations.SupportsAdd Property
Indicates if new features can be added to the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsAdd { get; set; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesOperations.SupportsDelete Property
Indicates if features can be deleted from the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDelete { get; set; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesOperations.SupportsEditing Property
Indicates if features in the layer can be edited.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsEditing { get; set; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesOperations.SupportsQuery Property
Indicates if features in the layer can be queried.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQuery { get; set; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesOperations.SupportsQueryAttachments Property
Indicates if the layer supports REST API queryAttachments operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQueryAttachments { get; set; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesOperations.SupportsUpdate Property
Indicates if features in the layer can be updated.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsUpdate { get; set; }