dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SublayerCapabilitiesData Class

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

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

Inheritance System.Object 🡒 SublayerCapabilitiesData

Implements System.IEquatable<SublayerCapabilitiesData>

Constructors

SublayerCapabilitiesData(Nullable) Constructor

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

public SublayerCapabilitiesData(System.Nullable<bool> SupportsAttachment=null);

Parameters

SupportsAttachment System.Nullable<System.Boolean>

Indicates if attachments are enabled on the layer.
ArcGIS Maps SDK for JavaScript

Properties

SublayerCapabilitiesData.SupportsAttachment Property

Indicates if attachments are enabled on the layer.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>