Hi all,
I can see in the docs there's a SetObjectManaged call from NXCSession. Is there a way to get the managed state?
Thanks,
Zach
"Unmanaged" is one of Object Statuses(ObjectStatus.UNMANAGED). You can call function "getStatus()" on any object that inherit AbstractObject class(for example Node class).
That's it! I didn't realize it was a status object, thank you for the help!
Thanks,
Zach