Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Softimage® / XSI SDK / C++ API: Programatically Delete Custom Property
  RSS 2.0 ATOM  

C++ API: Programatically Delete Custom Property
Rate this thread
 
55291
 
Permlink of this thread  
avatar
  • Total Posts: 101
  • Joined: 31 August 2010 07:17 AM

What is the correct way to delete programatically Custom Property, please?

I do not wish to delete selection, but to specify a Custom Property name to be deleted.



Replies: 0
avatar

DeleteObj. I don’t think there’s any other way.



Replies: 0
avatar

StephenBlair 03 May 2011 03:07 PM

DeleteObj. I don’t think there’s any other way.

Thank you, Stephen. Yes, I’ve just discovered it, and I am implementing app.executecommand("DeleteObj", ...);

Thanks.



Replies: 0