ESRI.ArcGIS.ADF.Web.DataSources
ICodedValueFunctionality Interface
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace : ICodedValueFunctionality Interface




Enables access to coded value functionality on a GIS resource.

Syntax

Visual Basic (Declaration) 
Public Interface ICodedValueFunctionality 
   Inherits IGISFunctionality 
Visual Basic (Usage)Copy Code
Dim instance As ICodedValueFunctionality
C# 
public interface ICodedValueFunctionality : IGISFunctionality  

Remarks

ICodedValueFunctionality is used to obtain coded value information from a GIS resource so that these codes can be converted to their descriptive equivalent.

Coded value functionality may be used without knowing the specific type of service (ArcGIS Server, ArcIMS, WMS, etc.) that implements the coded value ability. This enables writing generic code that will work with any type of service.

These classes implement ICodedValueFunctionality:

For more discussion of GIS resources and functionalities, see the topic Working with the Common Data Source API in the Developer Help (also available online at the ArcGIS Resource Center).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.