|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFunctionSeriesProperties
Provides access to members that control function series.
Method Summary | |
---|---|
void |
changeFunctionType(String newType)
Changes function to the one with type name provided. |
Object |
getProperty(String name)
Value of the property with the provided name. |
void |
setProperty(String name,
Object pVal)
Value of the property with the provided name. |
Method Detail |
---|
void changeFunctionType(String newType) throws IOException, AutomationException
newType
- The newType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProperty(String name, Object pVal) throws IOException, AutomationException
name
- The name (in)pVal
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getProperty(String name) throws IOException, AutomationException
name
- The name (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 |