Documentation
Management of Objects
| IPS_GetChildrenIDs | returns a list of all children objects | 
| IPS_GetLocation | returns the complete path to an object | 
| IPS_GetName | returns the name of the object | 
| IPS_GetObject | returns extensive information about an object | 
| IPS_GetObjectIDByIdent | returns the ID of an object by its ident | 
| IPS_GetObjectIDByName | returns the ID of an object by its name | 
| IPS_GetObjectList | returns a list of all existing objects | 
| IPS_GetParent | returns the ID of the parent of the object | 
| IPS_HasChildren | checks if an object has child objects | 
| IPS_IsChild | checks if an object is a child of a parent object | 
| IPS_ObjectExists | checks if a specific object exists | 
| IPS_SetDisabled | set an object as disabled for the visualizations | 
| IPS_SetHidden | set the visibility for an object | 
| IPS_SetIcon | set the icon of an object | 
| IPS_SetIdent | set the ident of an object | 
| IPS_SetInfo | set extended information of an object | 
| IPS_SetName | set the name of an object | 
| IPS_SetParent | set the parent of an object | 
| IPS_SetPosition | set the position of an object |