Displaying object attributes of C++ objects
To describe the attributes of the object
edge,
enter the following command. DESCRIBE ATTRIBUTES edge;The Log window displays the following output.
DESCRIBE ATTRIBUTES edge;
ATTRIBUTES for edge
Its address is yyyyyyyy and its length is xx
class line
class shape
member variables of class shape....Note that the base class is shown as class shape _shape.