GeometricObjects CATCGMJournalInfo
Usage: you must use this class as is. You should never derive it.
public class CATCGMJournalInfo
Defines an additional information associated with an journal item.
This data is a CATLONG32. If a journal information is used by a journal, it is
automatically deleted with that journal.
Constructor and Destructor Index
- o
CATCGMJournalInfo(CATLONG32)
- Constructs a journal information.
- o
CATCGMJournalInfo(CATCGMJournalInfo&)
- Copy constructor.
- o
~CATCGMJournalInfo()
-
Method Index
- o
GetName(CATString&)
- Retrieves this item information as a string.
- o
GetNumber()
- Returns value of this item information.
- o
SetNumber(CATLONG32)
- Replaces the value of this item information.
- o
operator =(CATCGMJournalInfo&)
- Affectation operator.
Constructor and Destructor
o CATCGMJournalInfo
public CATCGMJournalInfo( | | iInfo) |
-
Constructs a journal information.
- Parameters:
-
- iInfo
- The value of the additional information.
o CATCGMJournalInfo
public CATCGMJournalInfo( | const | iToCopy) |
-
Copy constructor.
o ~CATCGMJournalInfo
public virtual ~CATCGMJournalInfo( | ) |
-
Methods
o GetName
public virtual GetName( | | iName) |
-
Retrieves this item information as a string.
- Parameters:
-
- iName
- The information value as a string.
o GetNumber
-
Returns value of this item information.
- Returns:
- The value.
o SetNumber
-
Replaces the value of this item information.
- Parameters:
-
- iVal
- The value.
o operator =
public operator =( | const | iToCopy) |
-
Affectation operator.
This object is included in the file: CATCGMJournalInfo.h
If needed, your Imakefile.mk should include the module: CATGeometricObjects
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.