The GetObjectsByIDActivity load an existing UBIK® metaclass by ID.
[edit]
Description
| GetObjectsByID | |
|---|---|
| Name | GetObjectsByID |
| Purpose | Get Objects by ID |
| Category | UBIK Object Primitives |
| Returns | The Object as BaseClass |
| Version | 2.1+ |
Arguments
| Argument | Type | Direction | Purpose |
|---|---|---|---|
| ID | Query | In | The ID to load |
| Result | BaseClass | Out | The object with the right ID |
| UBIKObject | BaseClass | In | Must be filled with an object to ensure the function |
Usage
Load the MetaClass with tih ID 11ffa6b5-0ada-41f5-bcd8-89fff9247d4d:
Example
| Argument | Value |
|---|---|
| ID | 11ffa6b5-0ada-41f5-bcd8-89fff9247d4d |
| Result | Connect this argument with an output variable containing the customizing object |
| UBIKObject | Must be filled with an object to ensure the function |