Marcel Favereau Posted February 22, 2024 Posted February 22, 2024 (edited) Hello everyone, I am trying to add a new property for a Server object, which would be a string. For instance, the property needs to be something like "Type of Patient" (that each server can attend). I created a property within the Server's subclass, but it does not work. ¿How can I define a new property for a certain object? Thanks in advance, Marcel Favereau Edited February 22, 2024 by Marcel Favereau
jzhou Posted February 23, 2024 Posted February 23, 2024 Did you create an object-reference type of properties?
Marcel Favereau Posted February 26, 2024 Author Posted February 26, 2024 (edited) On 2/22/2024 at 9:04 PM, jzhou said: Did you create an object-reference type of properties? Yes, and it did not work for me. The object-reference (server) property created (and named as "exampleVariable") does not appear in the property window of server objects. Edited February 26, 2024 by Marcel Favereau
Recommended Posts