|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgUserProcedureSet
Provides access to members that control the user-procedures set.
A user procedure set is an object matching a class module where are stored user procedures.
INgUserAttributeSet| Method Summary | |
|---|---|
String |
getName()
Name allowing the user-procedures set to be referenced. |
Object |
getObject()
COM object related to the user-procedures set. |
INgProject |
getProject()
Project of the user-procedures set. |
void |
setName(String pVal)
Name allowing the user-procedures set to be referenced. |
void |
setObjectByRef(Object pVal)
COM object related to the user-procedures set. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgProject.addUserProcedures(java.lang.Object, String),
INgProject.getUserProcedureSets()
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.
Object getObject()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjectByRef(Object pVal)
throws IOException,
AutomationException
pVal - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgProject getProject()
throws IOException,
AutomationException
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 | ||||||||