com.esri.arcgis.carto
Interface ICodedValueAttributes

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotationExpressionParser, AnnotationJScriptEngine, AnnotationVBScriptEngine, HotLinkExpressionParser, HotLinkJScriptEngine, HotLinkVBScriptEngine, ICodedValueAttributesProxy

public interface ICodedValueAttributes
extends Serializable

Provides access to members that determine if coded values are used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isUseCodedValue()
          Indicates if coded values are used.
 void setUseCodedValue(boolean flag)
          Indicates if coded values are used.
 

Method Detail

isUseCodedValue

boolean isUseCodedValue()
                        throws IOException,
                               AutomationException
Indicates if coded values are used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseCodedValue

void setUseCodedValue(boolean flag)
                      throws IOException,
                             AutomationException
Indicates if coded values are used.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
flag - The flag (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.