Class ArcGISLegendResponseLayer
Inheritance
System.Object
ArcGISLegendResponseLayer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Providers.ArcGIS.Dynamic
Assembly: Mapsui.dll
Syntax
public class ArcGISLegendResponseLayer
Properties
| Improve this Doc View SourcelayerId
Declaration
public int layerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
layerName
Declaration
public string layerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
layerType
Declaration
public string layerType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
legend
Declaration
public ArcGISLegendResponseLegend[] legend { get; set; }
Property Value
Type | Description |
---|---|
ArcGISLegendResponseLegend[] |
maxScale
Declaration
public int maxScale { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
minScale
Declaration
public int minScale { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |