ArcGIS Runtime SDK for WPF - Library Reference
UsngMapGrid Constructor(IEnumerable<MapGridLevel>)
See Also 
ESRI.ArcGIS.Client Namespace > UsngMapGrid Class > UsngMapGrid Constructor : UsngMapGrid Constructor(IEnumerable<MapGridLevel>)

levels
Initializes a new instance of a UsngMapGrid with the specified Levels. A UsngMapGrid comprises 5 MapGridLevels. The number of levels cannot be changed

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal levels As IEnumerable(Of MapGridLevel) _
)
C# 
public UsngMapGrid( 
   IEnumerable<MapGridLevel> levels
)

Parameters

levels

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.