get_oo_property_value# Rmxprt.get_oo_property_value(aedt_object, object_name, prop_name)[source]# 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. For example, "DesignName\Boundaries". prop_namestrProperty name. Returns: str, float, boolTrue when successful, False when failed.