All Frameworks Class Hierarchy This Framework Indexes
CATPlantShipModeler Class CATPspObjectNameServices
Usage: you must use this class as is. You should never derive it.
public class CATPspObjectNameServices
Tools to query Plant Ship object's names.
Role: To query an object's class type and name.
Method Index
- o
GetObjectClassType(IUnknown*)
- Get the object class type.
- o
GetObjectDisplayName(IUnknown*)
- Get the Display Name (NLS name).
- o
GetObjectInternalName(IUnknown*)
- Get the Knowledgeware Internal Name.
Methods
o GetObjectClassType
| public static GetObjectClassType( | const | iObject) |
-
Get the object class type.
- Parameters:
-
- iObject
- The object.
- Returns:
- The class type.
o GetObjectDisplayName
| public static GetObjectDisplayName( | const | iObject) |
-
Get the Display Name (NLS name).
- Parameters:
-
- iObject
- The object.
- Returns:
- The Display Name or NLS Name.
o GetObjectInternalName
| public static GetObjectInternalName( | const | iObject) |
-
Get the Knowledgeware Internal Name.
- Parameters:
-
- iObject
- The object.
- Returns:
- The Internal Name as defined in the Knowledgeware Type Dictionary.
This object is included in the file: CATPspObjectNameServices.h
If needed, your Imakefile.mk should include the module: CATPspUtilities