Add new property tab to component

Hello together,

there are different tabs e.g. for the robot propertys like "Default, Kinematics, ActionSignals, etc. When I am using the CreatePropety method on a ISimComponet I can only add a property to the “default” property`s.

Is it also possible to add a new tab for property`s to a component?

Thank you.

Hi SimonS,

simply use this syntax for your property name: “<tab name>::<property name>”

BR

Luciano

Very nice. It work`s.

Thank`s for your support.