|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgUserData
Provides access to members that control the userdata.
Userdata are data associated with elements designed to be used for data-specific processing purpose. The difference between user data and properties is that a property generally modifies the graphic representation whereas a user data has no direct impact on that graphic representation. Note also that employing user data assigned to elements cuts the database access and shortens calculation times (the process is less calculation-intensive).
INgAttribute,
INgProperty| Method Summary | |
|---|---|
String |
getName()
Name of the userdata. |
void |
setName(String pVal)
Name of the userdata. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined:
- Either when the INgUserdata is created by code (note that the associated NgUserdata class is a creatable class),
- Or when the userdata is created through ArcGIS Schematics Designer GUI
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (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 | ||||||||