com.esri.arcgis.geometry
Interface IParameterEdit

All Superinterfaces:
IParameter, ISpatialReferenceInfo, Serializable
All Known Implementing Classes:
Parameter

public interface IParameterEdit
extends IParameter, Serializable

Provides access to members that control the properties of projection parameters.

Product Availability

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


Method Summary
 void setIndex(int rhs1)
          The index of a projection parameter within a projected coordinate system's parameter array.
 void setName(String rhs1)
          The name of a projection parameter.
 
Methods inherited from interface com.esri.arcgis.geometry.IParameter
getIndex, getValue, setValue
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
 

Method Detail

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
The name of a projection parameter.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setIndex

void setIndex(int rhs1)
              throws IOException,
                     AutomationException
The index of a projection parameter within a projected coordinate system's parameter array.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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