All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgUserDataAccess
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgUserDataAccess
Interface to add a user data feature to a manufacturing setup or a manufacturing program.
Role: CATIMfgUserDataAccess has methods to set and retrieve a user data feature
to a manufacturing setup or a manufacturing program.
Method Index
- o
GetUserDataFeature(CATILinkableObject_var&)
- Retrieves the user data feature linked to the manufacturing setup or the manufacturing program.
- o
RemoveUserDataFeature()
- Removes the user data feature linked to the manufacturing setup or the manufacturing program.
- o
SetUserDataFeature(CATILinkableObject_var&)
- Sets a user data feature to the manufacturing setup or the manufacturing program.
Methods
o GetUserDataFeature
| public virtual GetUserDataFeature( | | oDataFeature) |
-
Retrieves the user data feature linked to the manufacturing setup or the manufacturing program..
- Parameters:
-
- oDataFeature
- The retrieved user data feature
o RemoveUserDataFeature
| public virtual RemoveUserDataFeature( | ) |
-
Removes the user data feature linked to the manufacturing setup or the manufacturing program..
o SetUserDataFeature
| public virtual SetUserDataFeature( | const | iDataFeature) |
-
Sets a user data feature to the manufacturing setup or the manufacturing program..
- Parameters:
-
- iDataFeature
- The user data feature to set
This object is included in the file: CATIMfgUserDataAccess.h
If needed, your Imakefile.mk should include the module: MfgItfEnv