com.esri.arcgis.cartoUI
Interface IAnnotationExpressionProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnnotationExpressionProperties, IAnnotationExpressionPropertiesProxy

public interface IAnnotationExpressionProperties
extends Serializable

Provides access to members that control the annotation (labeling) expression properties proxy.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IFeatureClass getDisplayFeatureClass()
          Feature class for testing the expression.
 String getExpression()
          The expression.
 IAnnotationExpressionEngine getExpressionParser()
          The expression parser.
 boolean isExpressionSimple()
          Indicates if expression is simple.
 void setDisplayFeatureClassByRef(IFeatureClass featureClass)
          Feature class for testing the expression.
 void setExpression(String expression)
          The expression.
 void setExpressionParserByRef(IAnnotationExpressionEngine parser)
          The expression parser.
 void setIsExpressionSimple(boolean isSimple)
          Indicates if expression is simple.
 

Method Detail

getExpression

String getExpression()
                     throws IOException,
                            AutomationException
The expression.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setExpression

void setExpression(String expression)
                   throws IOException,
                          AutomationException
The expression.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setIsExpressionSimple

void setIsExpressionSimple(boolean isSimple)
                           throws IOException,
                                  AutomationException
Indicates if expression is simple.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

isExpressionSimple

boolean isExpressionSimple()
                           throws IOException,
                                  AutomationException
Indicates if expression is simple.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setExpressionParserByRef

void setExpressionParserByRef(IAnnotationExpressionEngine parser)
                              throws IOException,
                                     AutomationException
The expression parser.

Product Availability

Available with ArcGIS Desktop.

Parameters:
parser - A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExpressionParser

IAnnotationExpressionEngine getExpressionParser()
                                                throws IOException,
                                                       AutomationException
The expression parser.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.carto.IAnnotationExpressionEngine
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayFeatureClassByRef

void setDisplayFeatureClassByRef(IFeatureClass featureClass)
                                 throws IOException,
                                        AutomationException
Feature class for testing the expression.

Product Availability

Available with ArcGIS Desktop.

Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayFeatureClass

IFeatureClass getDisplayFeatureClass()
                                     throws IOException,
                                            AutomationException
Feature class for testing the expression.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.