|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchemaChanges
Provides access to the replica schema changes.
Method Summary | |
---|---|
IEnumSchemaChange |
getChanges()
An enumeration of the replica schema changes. |
IGPReplica |
getFromReplica()
The replica thatis the source of the schema changes. |
IGPReplica |
getToReplica()
The replica that is the target for the schema changes. |
Method Detail |
---|
IEnumSchemaChange getChanges() throws IOException, AutomationException
The GetChanges method returns the schema changes from the SchemaChanges object.
This method returns a reference to an object that implements IEnumSchemaChange. See the IEnumSchemaChange interface for more information.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPReplica getFromReplica() throws IOException, AutomationException
This method returns the replica that is the source of the schema changes. This replica is returned as a reference to an object that implements IGPReplica. See the GPReplica coclass for more information.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPReplica getToReplica() throws IOException, AutomationException
This method returns the replica that is the target for the schema changes. This replica is returned as a reference to an object that implements IGPReplica. See the GPReplica coclass for more information.
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 |