|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeFunction
Provides access to members that manage the schematic attribute function.
Method Summary | |
---|---|
String |
getFunctionName()
Function name of the schematic attribute function. |
Object |
getParameterNames()
Parameters names of the schematic attribute function. |
String |
getUserProgId()
User ProgId of the schematic attribute function. |
void |
setFunctionName(String functionName)
Function name of the schematic attribute function. |
void |
setParameterNames(Object parameterNames)
Parameters names of the schematic attribute function. |
void |
setUserProgId(String userProgId)
User ProgId of the schematic attribute function. |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute |
---|
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName |
Method Detail |
---|
String getUserProgId() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUserProgId(String userProgId) throws IOException, AutomationException
userProgId
- The userProgId (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFunctionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFunctionName(String functionName) throws IOException, AutomationException
functionName
- The functionName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getParameterNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameterNames(Object parameterNames) throws IOException, AutomationException
parameterNames
- A Variant (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 |