|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicBuilderRule
Provides access to members that manage the schematic builder rule.
Method Summary | |
---|---|
void |
delete()
Deletes the schematic builder rule. |
int |
getOrderNumber()
Order number of the schematic builder rule. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class the schematic builder rule belongs to. |
ISchematicRule |
getSchematicRule()
Schematic rule associated to the schematic builder rule. |
boolean |
isActive()
Indicates whether or not the schematic builder rule is active. |
void |
setIsActive(boolean active)
Indicates whether or not the schematic builder rule is active. |
void |
setSchematicRuleByRef(ISchematicRule schematicRule)
Schematic rule associated to the schematic builder rule. |
Method Detail |
---|
boolean isActive() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsActive(boolean active) throws IOException, AutomationException
active
- The active (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOrderNumber() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicRule getSchematicRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSchematicRuleByRef(ISchematicRule schematicRule) throws IOException, AutomationException
schematicRule
- A reference to a com.esri.arcgis.schematic.ISchematicRule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDiagramClass getSchematicDiagramClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete() throws IOException, AutomationException
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 |