All Frameworks Class Hierarchy This Framework Indexes
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIAVPMVDASynch
This interface executes synchronization a part instance.
Role : You give a part instance to be synchronized.
| public virtual get_Instance( | instance) |
| public virtual get_Mode( | ) |
| public virtual get_PartReference( | oPartReference) |
| public virtual put_Instance( | instance) |
| public virtual put_Mode( | mode) |
| public virtual put_PartReference( | const | iPartReference) |
enum StateChange {
PUT_ON_LAST_VERSION,
UPDATE_FROM_REF,
FULLY_UPDATE,
NO_CHANGE,
UPDATE_POSITION,
UPDATE_TO_GIVEN_VERSION
}
enum StateChange describes possible changes to an instances state.
PUT_ON_LAST_VERSION : update to latest version
UPDATE_FROM_REF : update reference only (add/delete children)
FULLY_UPDATE : REFERENCE and VERSION
NO_CHANGE
UPDATE_POSITION
UPDATE_TO_GIVEN_VERSION : update to a given version
Copyright © 2003, Dassault Systèmes. All rights reserved.