|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAttributeManagement
Provides access to members that manage the schematic attribute management.
| Method Summary | |
|---|---|
int |
getEvaluationMode()
Evaluation mode of the schematic attribute. |
IField |
getStorageField()
Storage field of the schematic attribute. |
int |
getStorageMode()
Storage mode of the schematic attribute. |
String |
getStoragePropertyName()
Storage property name of the schematic attribute. |
boolean |
isPredefined()
Indicates whether or not the schematic attribute is predefined. |
void |
setEvaluationMode(int evaluationMode)
Evaluation mode of the schematic attribute. |
void |
setStorageField(IField field)
Storage field of the schematic attribute. |
void |
setStorageMode(int storageMode)
Storage mode of the schematic attribute. |
void |
setStoragePropertyName(String propertyName)
Storage property name of the schematic attribute. |
| Method Detail |
|---|
boolean isPredefined()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStorageMode(int storageMode)
throws IOException,
AutomationException
The StorageMode defines whether the schematic attribute values must be stored in a field or a property set in the schematic dataset, or not stored.
For a schematic attribute whose name corresponds to a predefined attribute name, storage cannot be configured. Storage of those specific attributes is entirely managed by Schematics without any configuration. In most cases, it is based on a system field in the related schematic feature class or diagram class.
storageMode - A com.esri.arcgis.schematic.esriSchematicAttributeStorageMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStorageMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEvaluationMode(int evaluationMode)
throws IOException,
AutomationException
The EvaluationMode determines when the schematic attribute values have to be reevaluated.
evaluationMode - A com.esri.arcgis.schematic.esriSchematicAttributeEvaluationMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEvaluationMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IField getStorageField()
throws IOException,
AutomationException
An attribute Property is an attribute whose values are managed by a custom schematic rule, a custom schematic algorithm, or any applicative component. For example, the predefined Expand Links schematic rule may be configured to work with such a type of attribute.
The attribute values are stored in a property set property in the schematic feature class or diagram class on which the schematic attribute applies.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStorageField(IField field)
throws IOException,
AutomationException
field - A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getStoragePropertyName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStoragePropertyName(String propertyName)
throws IOException,
AutomationException
propertyName - The propertyName (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 | ||||||||