All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerBase Class CATDocEnvManager

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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 CATIDocEnvironment * GetEnvironment( const CATUnicodeString& 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

Copyright © 2003, Dassault Systèmes. All rights reserved.