get_oo_properties# TwinBuilder.get_oo_properties(aedt_object: object, object_name: str) → list[str]# Return the Object Oriented AEDT Object Properties. Parameters: aedt_objectobjectAEDT Object on which search for property. It can be any oProperty (ex. oDesign). object_namestrPath to the object list. Example "DesignName\Boundaries". Returns: listValues returned by method if any.