| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Level As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual int Level {get; set;} | |
Return Value
Current scale level of detail.The Level property will only be set when the Map's service (specifically, the PrimaryMapResource) is set up using a tiled cache. Currently tiled caches are only supported with ArcGIS Server resources. If the service uses a tiled cache, then the Map control will display maps only at the scale levels defined by the service and cache. These scale levels are also called levels of detail (LOD). The LOD starts at 0 (broadest scale, fewest tiles) and increases by whole integer values, with higher values indicating more detailed levels. The LODs are defined by the map service, and are not required to be at any particular scales. There is no pre-set number of LODs, this again being service-specific.
Target Platforms:Windows XP Professional, Windows Server 2003 family