com.esri.arcgis.carto
Interface IFunctionSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FunctionSeriesProperties, IFunctionSeriesPropertiesProxy

public interface IFunctionSeriesProperties
extends java.io.Serializable

COM Interface 'IFunctionSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control function series.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDad0c7cdf_ea5a_4ab4_be7c_220fae0b299c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void changeFunctionType(java.lang.String newType)
          Changes function to the one with type name provided.
 java.lang.Object getProperty(java.lang.String name)
          Value of the property with the provided name.
 void setProperty(java.lang.String name, java.lang.Object pVal)
          Value of the property with the provided name.
 

Field Detail

IIDad0c7cdf_ea5a_4ab4_be7c_220fae0b299c

static final int IIDad0c7cdf_ea5a_4ab4_be7c_220fae0b299c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

changeFunctionType

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

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

setProperty

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

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

getProperty

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

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