layout: default title: SublayerData parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
SublayerData Class
Describes characteristics of the data in the layer.
public class SublayerData :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.SublayerData>
Inheritance System.Object 🡒 SublayerData
Implements System.IEquatable<SublayerData>
Constructors
SublayerData(bool) Constructor
Describes characteristics of the data in the layer.
public SublayerData(bool SupportsAttachment);
Parameters
SupportsAttachment
System.Boolean
Indicates if attachments are enabled on the layer.
Properties
SublayerData.SupportsAttachment Property
Indicates if attachments are enabled on the layer.
public bool SupportsAttachment { get; set; }