|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicRule
Provides access to members that manage the rule type.
ISchematicBuilderRule| Method Summary | |
|---|---|
void |
alter(ISchematicDiagramClass schematicDiagramClass,
IPropertySet propertySet)
Changes the rule type for the specified schematic diagram class with the specified rule type PropertySet. |
void |
apply(ISchematicDiagram schematicDiagram,
ITrackCancel cancelTracker)
Applies the rule type on the specified schematic diagram. |
IUID |
getClassID()
ClassID of the rule type. |
String |
getDescription()
Description of the rule type. |
String |
getName()
Name of the rule type. |
IPropertySet |
getPropertySet()
PropertySet related to the rule type. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class related to the rule type. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicRule.getClassID()
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getClassID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicRule.getName()
IPropertySet getPropertySet()
throws IOException,
AutomationException
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 alter(ISchematicDiagramClass schematicDiagramClass,
IPropertySet propertySet)
throws IOException,
AutomationException
schematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void apply(ISchematicDiagram schematicDiagram,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
schematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass null if not required)
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 | ||||||||