|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgObjectTypeDatas
Provides access to members that manage the object type userdata.
INgObjectType| Method Summary | |
|---|---|
void |
deleteUserData(INgUserData userData)
Delete the specified userdata defined for the object type. |
Object |
getUserDataValue(INgUserData userData)
Returns the value of the specified userdata defined for the object type. |
void |
setUserDataValue(INgUserData userData,
Object userDataValue)
Modifies the value of the 'specified userdata defined for the object type. |
| Method Detail |
|---|
Object getUserDataValue(INgUserData userData)
throws IOException,
AutomationException
userData - A reference to a com.esri.arcgis.schematic.INgUserData (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgObjectTypeDatas.deleteUserData(com.esri.arcgis.schematic.INgUserData),
INgObjectTypeDatas.setUserDataValue(com.esri.arcgis.schematic.INgUserData, java.lang.Object)
void setUserDataValue(INgUserData userData,
Object userDataValue)
throws IOException,
AutomationException
userData - A reference to a com.esri.arcgis.schematic.INgUserData (in)userDataValue - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgObjectTypeDatas.deleteUserData(com.esri.arcgis.schematic.INgUserData),
INgObjectTypeDatas.getUserDataValue(com.esri.arcgis.schematic.INgUserData)
void deleteUserData(INgUserData userData)
throws IOException,
AutomationException
userData - A reference to a com.esri.arcgis.schematic.INgUserData (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 | ||||||||