get_oo_name# Maxwell2d.get_oo_name(aedt_object: object, object_name: str = None) → list[str]# Return the object-oriented AEDT property names. Parameters: aedt_objectobjectAEDT Object on which search for property. It can be any oProperty (ex. oDesign). object_namestr, optionalPath to the object list. Returns: listValues returned by method if any. Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.get_oo_name(app.odesign)