com.esri.arcgis.carto
Interface IFunctionSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
FunctionSeriesProperties, IFunctionSeriesPropertiesProxy

public interface IFunctionSeriesProperties
extends Serializable

Provides access to members that control function series.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

changeFunctionType

void changeFunctionType(String newType)
                        throws IOException,
                               AutomationException
Changes function to the one with type name provided.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
newType - The newType (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProperty

void setProperty(String name,
                 Object pVal)
                 throws IOException,
                        AutomationException
Value of the property with the provided name. Not applicable to all functions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
pVal - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperty

Object getProperty(String name)
                   throws IOException,
                          AutomationException
Value of the property with the provided name. Not applicable to all functions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.