ArcGIS Runtime SDK for WPF - Library Reference
LabelClassCollection Class
Members  See Also 
ESRI.ArcGIS.Client Namespace : LabelClassCollection Class

Collection of LabelClass objects used for specifying labels in ArcGISDynamicMapServiceLayer.

Object Model

LabelClassCollection ClassLabelClass Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class LabelClassCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of LabelClass)
C# 
public sealed class LabelClassCollection : System.Collections.ObjectModel.ObservableCollection<LabelClass> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         ESRI.ArcGIS.Client.LabelClassCollection

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.