Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSTag
Integer GetId()
NSTag thing; Integer id = thing.GetId();
String GetName()
NSTag thing; String name = thing.GetName();
String GetToolTip()
NSTag thing; String toolTip = thing.GetToolTip();
Void SetId(Integer id)
NSTag thing; Integer id; thing.SetId(id);
Void SetName(String name)
NSTag thing; String name; thing.SetName(name);
Void SetToolTip(String toolTip)
NSTag thing; String toolTip; thing.SetToolTip(toolTip);
Related topics