Class ArcGISLayer
Assembly: Mapsui.ArcGIS.dll
Syntax
Properties
|
Edit this page
View Source
defaultVisibility
Declaration
public bool defaultVisibility { get; set; }
Property Value
|
Edit this page
View Source
id
Declaration
public int id { get; set; }
Property Value
|
Edit this page
View Source
maxScale
Declaration
public double maxScale { get; set; }
Property Value
|
Edit this page
View Source
minScale
Declaration
public double minScale { get; set; }
Property Value
|
Edit this page
View Source
name
Declaration
public string? name { get; set; }
Property Value
|
Edit this page
View Source
parentLayerId
Declaration
public int parentLayerId { get; set; }
Property Value
|
Edit this page
View Source
subLayerIds
Declaration
public int[]? subLayerIds { get; set; }
Property Value
Extension Methods