Search Results for

    Show / Hide Table of Contents

    Class ArcGISLayer

    Inheritance
    object
    ArcGISLayer
    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 ArcGISLayer

    Properties

    | Edit this page View Source

    defaultVisibility

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

    id

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

    maxScale

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

    minScale

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

    name

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

    parentLayerId

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

    subLayerIds

    Declaration
    public int[]? subLayerIds { 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