ArcGIS API for WPF - Library Reference
DynamicCodedValueSource Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.Utilities Namespace : DynamicCodedValueSource Class

*FOR INTERNAL USE ONLY* DynamicCodedValueSource is used to hold CodedValueSources that change depending on the a value of another graphic attribute.

Object Model

DynamicCodedValueSource ClassCodedValueSources Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class DynamicCodedValueSource 
   Inherits System.Collections.Generic.Dictionary(Of Object,CodedValueSources)
C# 
public sealed class DynamicCodedValueSource : System.Collections.Generic.Dictionary<object,CodedValueSources> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      ESRI.ArcGIS.Client.Toolkit.Utilities.DynamicCodedValueSource

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.