All Frameworks Class Hierarchy This Framework Indexes
GeometricObjects Interface CATICGMUnknown
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICGMUnknown
Interface representing the base class of all the objects of the Catia Geometrical Modeler
Method Index
- o
IsATypeOf(CATGeometricType)
- Tests the type of this CATICGMUnknown.
Methods
o IsATypeOf
| public virtual IsATypeOf( | | iTypeReference) |
-
Tests the type of this CATICGMUnknown.
- Parameters:
-
- iTypeReference
- The geometric type that must be tested
- Returns:
- The result of the test.
Legal values:
1 if this CATICGMUnknown type is iTypeReference, 0 otherwise.
This object is included in the file: CATICGMUnknown.h
If needed, your Imakefile.mk should include the module: CATGeometricObjects