|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAttributeConstant
Provides access to members that manage the schematic attribute constant.
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.
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 |
---|
Object getConstantValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConstantValue(Object constantValue) throws IOException, AutomationException
constantValue
- A Variant (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 |