GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
LegendLayer Class
Define layer properties for the legend layers associated with a
PrintTemplate.
ArcGIS Maps SDK for JavaScript
public class LegendLayer :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.LegendLayer>
Inheritance System.Object đŸ¡’ LegendLayer
Implements System.IEquatable<LegendLayer>
Constructors
LegendLayer(string, IReadOnlyCollection, string) Constructor
Define layer properties for the legend layers associated with a
PrintTemplate.
ArcGIS Maps SDK for JavaScript
public LegendLayer(string? LayerId=null, System.Collections.Generic.IReadOnlyCollection<string>? SubLayerIds=null, string? Title=null);
Parameters
LayerId
System.String
The id of the operational layer to include in the printout’s legend.
ArcGIS Maps SDK for JavaScript
SubLayerIds
System.Collections.Generic.IReadOnlyCollection<System.String>
The ids of the sublayers to include in the printout’s legend.
ArcGIS Maps SDK for JavaScript
Title
System.String
The title of the feature layer.
ArcGIS Maps SDK for JavaScript
Properties
LegendLayer.LayerId Property
The id of the operational layer to include in the printout’s legend.
ArcGIS Maps SDK for JavaScript
public string? LayerId { get; set; }
Property Value
LegendLayer.SubLayerIds Property
The ids of the sublayers to include in the printout’s legend.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? SubLayerIds { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
LegendLayer.Title Property
The title of the feature layer.
ArcGIS Maps SDK for JavaScript
public string? Title { get; set; }