|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelClassSchemaEdit
Provides access to members that modify a relationship class's properties.
This interface can be used to modify a relationship class after it's been created.
| Method Summary | |
|---|---|
void |
alterBackwardPathLabel(String backwardLabel)
Changes the backward path label for this relationship class. |
void |
alterForwardPathLabel(String forwardLabel)
Changes the forward path label for this relationship class. |
void |
alterIsComposite(boolean isComposite)
Changes the type of this relationship class. |
| Method Detail |
|---|
void alterForwardPathLabel(String forwardLabel)
throws IOException,
AutomationException
forwardLabel - The forwardLabel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterBackwardPathLabel(String backwardLabel)
throws IOException,
AutomationException
backwardLabel - The backwardLabel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alterIsComposite(boolean isComposite)
throws IOException,
AutomationException
isComposite - The isComposite (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 | ||||||||