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

levels
The collection of MapGridLevels for this MapGrid. Use this constructor to override the styles of the MapGridLevels. The collection must contain 1 MapGridLevel.
Initializes an instance of an UtmMapGrid with the specified Levels. A UtmMapGrid comprises 1 MapGridLevel. The number of levels cannot be changed.

Syntax

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

Parameters

levels
The collection of MapGridLevels for this MapGrid. Use this constructor to override the styles of the MapGridLevels. The collection must contain 1 MapGridLevel.

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.