ESRI.ArcGIS.ADF.Web.DataSources
ICodedValueFunctionality Interface
Members  See Also 
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).

See Also

© 2010 All Rights Reserved.