Class ArcGISLegendResponseLayer
Inheritance
ArcGISLegendResponseLayer
Assembly: Mapsui.ArcGIS.dll
Syntax
public class ArcGISLegendResponseLayer
Properties
|
Edit this page
View Source
layerId
Declaration
public int layerId { get; set; }
Property Value
|
Edit this page
View Source
layerName
Declaration
public string? layerName { get; set; }
Property Value
|
Edit this page
View Source
layerType
Declaration
public string? layerType { get; set; }
Property Value
|
Edit this page
View Source
legend
Declaration
public ArcGISLegendResponseLegend[]? legend { get; set; }
Property Value
|
Edit this page
View Source
maxScale
Declaration
public int maxScale { get; set; }
Property Value
|
Edit this page
View Source
minScale
Declaration
public int minScale { get; set; }
Property Value
Extension Methods