In reply to y-yang:
There are 2 methods available:
- virtual function string get_full_name(): returns the fullname including the hierachical path
- virtual function string get_name(): Returns the name of the object, as provided by the name argument
In reply to y-yang:
There are 2 methods available: