|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicBuilderRule
Provides access to members that control the schematic builder rule.
ISchematicRule,
ISchematicBuilderRuleContainer,
ISchematicBuilderRuleManager| Method Summary | |
|---|---|
void |
alter(IUID pUID,
IPropertySet propertySet)
Changes the schematic builder rule with the new specified CLSID schematic builder rule and the new specified schematic builder rule PropertySet. |
void |
apply(ISchematicDiagram pSchematicDiagram,
ITrackCancel cancelTracker)
Applies the schematic builder rule on the specified schematic diagram. |
void |
delete()
Deletes the schematic builder rule. |
IUID |
getCLSID()
CLSID of the schematic builder rule. |
int |
getID()
ID of the schematic builder rule. |
int |
getOrderNumber()
Order number of the schematic builder rule. |
IPropertySet |
getPropertySet()
PropertySet related to the schematic builder rule. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class related to the schematic builder rule. |
boolean |
isActive()
Indicates if the schematic builder rule is active. |
void |
setIsActive(boolean active)
Indicates if the schematic builder rule is active. |
| Method Detail |
|---|
int getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicBuilderRule.getCLSID()
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.
boolean isActive()
throws IOException,
AutomationException
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.
IUID getCLSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicBuilderRule.getID()
IPropertySet getPropertySet()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alter(IUID pUID,
IPropertySet propertySet)
throws IOException,
AutomationException
pUID - A reference to a com.esri.arcgis.system.IUID (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.
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.
void apply(ISchematicDiagram pSchematicDiagram,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
pSchematicDiagram - 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 | ||||||||