All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATIAVPMObjectMaster
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIAVPMObjectMaster
Interface to create and manage CATIAVPM Object Master.
Method Index
- o
get_LastVersion(CATIAVPMObjectVersion*&)
- Retrieves the last Object Version.
- o
get_ObjectVersionCount(long&)
- Retrieves the number of Object Versions.
- o
get_ObjectVersion(long,CATIAVPMObjectVersion*&)
- Retrieves an Object Version.
Methods
o get_LastVersion
| public virtual get_LastVersion( | | ObjectVersion) |
-
Retrieves the last Object Version.
- Parameters:
-
- ObjectVersion
- The last Object Version.
o get_ObjectVersionCount
| public virtual get_ObjectVersionCount( | | NbItems) |
-
Retrieves the number of Object Versions.
- Parameters:
-
- NbItems
- The Number of Object Versions.
o get_ObjectVersion
| public virtual get_ObjectVersion( | | index, |
| | ObjectVersion) |
-
Retrieves an Object Version.
- Parameters:
-
- index
- The index.
- ObjectVersion
- The Object Version.
This object is included in the file: CATIAVPMObjectMaster.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces