com.esri.arcgis.schematic
Interface ISchematicAttributeConstant

All Superinterfaces:
ISchematicAttribute, Serializable
All Known Implementing Classes:
ISchematicAttributeConstantProxy, SchematicAttributeConstant

public interface ISchematicAttributeConstant
extends ISchematicAttribute, Serializable

Provides access to members that manage the schematic attribute constant.

Description

A Constant attribute is one whose values are constant. Such attributes can be configured on schematic diagram templates or schematic feature classes. Configuring Constant schematic attribute parameters consists of specifying the constant value that will apply to all the attribute values.

Product Availability

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


Method Summary
 Object getConstantValue()
          Constant value of the schematic attribute constant.
 void setConstantValue(Object constantValue)
          Constant value of the schematic attribute constant.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Method Detail

getConstantValue

Object getConstantValue()
                        throws IOException,
                               AutomationException
Constant value of the schematic attribute constant.

Product Availability

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

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConstantValue

void setConstantValue(Object constantValue)
                      throws IOException,
                             AutomationException
Constant value of the schematic attribute constant.

Product Availability

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

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