All Frameworks Class Hierarchy This Framework Indexes
ObjectModelerBase Class CATDocEnvManager
Usage: you must use this class as is. You should never derive it.
public class CATDocEnvManager
Class to manage the list of environment object.
- See also:
- CATIDocEnvironment
Constructor and Destructor Index
- o
~CATDocEnvManager()
-
Method Index
- o
GetEnvironment(CATUnicodeString&)
- Retrieves the environment by its late type.
Constructor and Destructor
o ~CATDocEnvManager
| public virtual ~CATDocEnvManager( | ) |
-
Methods
o GetEnvironment
| public static GetEnvironment( | const | iLateType) |
-
Retrieves the environment by its late type.
There is only one environment class for a given type.
- Parameters:
-
- iLateType
- The late type of the environment
- Returns:
- The environment or NULL if no environment is found.
This object is included in the file: CATDocEnvManager.h
If needed, your Imakefile.mk should include the module: CATObjectModelerBase