|
|||||||||
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.
An attribute Function is an attribute whose values will be computed by an applicative function. Configuring Function schematic attribute parameters consists of specifying the component and function that will be executed to compute the attribute values.
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 |