==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==