All Frameworks Class Hierarchy This Framework Indexes
ENOVIAPlugIn Class ENOVPublishEnvironment
Usage: you must use this class as is. You should never derive it.
public class ENOVPublishEnvironment
ENOVIA LCA environment exposed.
Role:
Tags define on "Environment Node" object:
- Name: The name of object base type.
Constructor and Destructor Index
- o
~ENOVPublishEnvironment()
-
- o
ENOVPublishEnvironment(ENOVPublishObject*)
- Constructs a node object.
- o
ENOVPublishEnvironment(ENOVPublishEnvironment&)
- Copy constructor.
Method Index
- o
GetName(char*&)
- Returns the name of environment.
- o
Print(int)
- Print a report on standard output.
- o
operator=(ENOVPublishEnvironment&)
- Assignment operator from another object node.
Constructor and Destructor
o ~ENOVPublishEnvironment
| public virtual ~ENOVPublishEnvironment( | ) |
-
o ENOVPublishEnvironment
| public ENOVPublishEnvironment( | | xFather) |
-
Constructs a node object.
- Parameters:
-
- ixFather
- Pointer to the father node for this object.
o ENOVPublishEnvironment
| public ENOVPublishEnvironment( | const | ixNode) |
-
Copy constructor.
- Parameters:
-
- ixNode
- Object to be duplicated.
Methods
o GetName
| public GetName( | const | ocName) |
-
Returns the name of environment.
Role: Returns the name of object base type, ie the ENOVIA standard object
class that will be customized on site.
- Returns:
- Method return code
Legal values: Returns 0 if operation runs well.
- Parameters:
-
- ocName
- Name of the environment.
o Print
| public virtual Print( | | inLevel | = 0 ) |
-
Print a report on standard output.
Role: Print the content of this node and its children.
- Parameters:
-
- inLevel
- Enable to have an indented presentation according to the tree depth of the node.
o operator=
| public operator=( | const | ixNode) |
-
Assignment operator from another object node.
- Parameters:
-
- ixNode
- Object used as reference for the assignment.
This object is included in the file: ENOVPublishEnvironment.h
If needed, your Imakefile.mk should include the module: ENOVIAPubStream