Jump to: navigation, search

Difference between revisions of "Activity:GetObjectByID (Activity)"


(Created page with "The GetObjectsByIDActivity load an existing {{UBIK}} metaclass by ID. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> = Descr...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
The GetObjectsByIDActivity load an existing {{UBIK}} [[MetaClass|metaclass]] by ID.
 
The GetObjectsByIDActivity load an existing {{UBIK}} [[MetaClass|metaclass]] by ID.
 
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS -->
 
  
 
= Description =
 
= Description =
Line 42: Line 40:
 
|}
 
|}
  
<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS -->
+
<!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS -->
  
 
==See also==
 
==See also==

Latest revision as of 10:00, 4 November 2015

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


See also