Programming Guide : 4. Working with Classes : Overview of the OpenROAD System Classes : Object
 
Share this page                  
Object
This abstract class is the superclass of all objects in the system:
Object
Provides methods that you can use on any object in the system. The SetAttribute and GetAttribute methods are useful in generic applications. The Duplicate method makes an exact duplicate of an object. The IsA method is useful to determine whether an object is of the same class as, or one of the subclasses of, a specified class name.