Changes

Activity:CreateInstance (Activity)

290 bytes added, 14:09, 29 July 2013
==Example==
Load the MetaClass named ''PUMP'', and create a new instance from it:
 
 
{| class="wikitable" | width = "50%"
|-
! Argument!! Value
|- align="left"
| MetaClass|| <source lang = "vbnet">UBIKObject.Environment _
.GetSystemMetaClass(SystemObjects.METACLASS) _
.AllInstances("PUMP")</source>
|}
==See also==