|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDisplayString
Provides access to members that work with a layer's display expression.
This interface can return or set the display expression properties for a layer. You can also return the evaluated display string for a given feature.
| Method Summary | |
|---|---|
String |
findDisplayString(IObject pObject)
Finds the display string for the given feature based on the current expression properties. |
IDisplayExpressionProperties |
getExpressionProperties()
Properties that describe the display expression. |
void |
setExpressionPropertiesByRef(IDisplayExpressionProperties displayExpressionProperties)
Properties that describe the display expression. |
| Method Detail |
|---|
IDisplayExpressionProperties getExpressionProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExpressionPropertiesByRef(IDisplayExpressionProperties displayExpressionProperties)
throws IOException,
AutomationException
displayExpressionProperties - A reference to a com.esri.arcgis.carto.IDisplayExpressionProperties (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String findDisplayString(IObject pObject)
throws IOException,
AutomationException
pObject - A reference to a com.esri.arcgis.geodatabase.IObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||