Search Results for

    Show / Hide Table of Contents

    Class ArcGISLegendResponseLayer

    Inheritance
    object
    ArcGISLegendResponseLayer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.ArcGIS.DynamicProvider
    Assembly: Mapsui.ArcGIS.dll
    Syntax
    public class ArcGISLegendResponseLayer

    Properties

    | Edit this page View Source

    layerId

    Declaration
    public int layerId { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    layerName

    Declaration
    public string? layerName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    layerType

    Declaration
    public string? layerType { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    legend

    Declaration
    public ArcGISLegendResponseLegend[]? legend { get; set; }
    Property Value
    Type Description
    ArcGISLegendResponseLegend[]
    | Edit this page View Source

    maxScale

    Declaration
    public int maxScale { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    minScale

    Declaration
    public int minScale { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX