Thanks Azathoth. I actually had seen this and it kept freezing Xpression, but I realised why, I was trying to rename it while it was still an active reference, so I just need to build my scene a bit differently.
------------------------------
Carlito Chippy
------------------------------
Original Message:
Sent: 04-17-2024 14:40
From: Azathoth Son of Cthulhu
Subject: Rename Base Object from Script
Yes you can rename it. The 'Name' property is Read-Write.
Description
Gets and sets the name of the object.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Name As String |
See Also
------------------------------
Azathoth
Son of Cthulhu
Original Message:
Sent: 04-17-2024 13:32
From: Carlito Chippy
Subject: Rename Base Object from Script
Is it possible to rename a Base Object (in my case a group object) from a script? I can't seem to find a reference in the API and the .Name property seems to be read only.
------------------------------
Carlito Chippy
------------------------------