$return_value = $obj->CreateX (
These methods allow manipulation of different Traverse objects (X). Valid objects include the following:
[AdminClass][UserClass]The parameters for each object and method combination are different. Refer to BVE FlexAPI Protocol Reference for valid parameters. Not all methods are applicable to all objects. For example, a Device object can be suspended, so the SuspendDevice() method is valid, but a Location object cannot be suspended, so there is no SuspendLocation() method.
On error, for all methods, the return value is 0 and details on the error are available via the GetErrorMsg method. On success, a non-zero return value is provided. Results for ListX methods are stored in an internal array and accessed using the GetResultRef method.