|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGraphicAttributeTypeUsingUnits
Provides access to methods dealing with graphic attribute types that are using to units. This interface is only used for UI purposes.
| Method Summary | |
|---|---|
void |
formatForDisplay(int units,
Object[] val)
Formats a graphic attribute value according to a given unit before displaying it. |
void |
formatFromDisplay(int units,
Object[] val)
Converts a graphic attribute value coming from the UI to points. |
| Method Detail |
|---|
void formatForDisplay(int units,
Object[] val)
throws IOException,
AutomationException
units - A com.esri.arcgis.system.esriUnits constant (in)val - A Variant (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void formatFromDisplay(int units,
Object[] val)
throws IOException,
AutomationException
units - A com.esri.arcgis.system.esriUnits constant (in)val - A Variant (in/out: use single element array)
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 | ||||||||