|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicBuilderRuleContainerEdit
Provides access to members that manage the schematic builder rule container edition.
Method Summary | |
---|---|
ISchematicBuilderRule |
addSchematicBuilderRule()
Adds a schematic builder rules within the builder rule container. |
ISchematicBuilderRule |
insertSchematicBuilderRule(int orderNumber)
Inserts a schematic builder rules at given order number within the builder rule container. |
void |
moveSchematicBuilderRule(ISchematicBuilderRule schematicBuilderRule,
int orderNumber)
Moves a schematic builder rules to given order number within the builder rule container. |
Method Detail |
---|
ISchematicBuilderRule addSchematicBuilderRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicBuilderRule insertSchematicBuilderRule(int orderNumber) throws IOException, AutomationException
orderNumber
- The orderNumber (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveSchematicBuilderRule(ISchematicBuilderRule schematicBuilderRule, int orderNumber) throws IOException, AutomationException
schematicBuilderRule
- A reference to a com.esri.arcgis.schematic.ISchematicBuilderRule (in)orderNumber
- The orderNumber (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 |