Changes

Smart Studio

98 bytes removed, 07:41, 10 May 2019
==== Object Finder ====
As the name already explains the basic usage of this modal window is finding and using MetaClasses and Instances in your worksheets. [[Object FinderObject_Finder]]
==== Error List ====
The Immediate Window allows for scripting of C# code on the fly, without compilation; evaluation of the script happens as soon as the {{KeyPress|Enter}} key is pressed, but statements are also cumulative. This means that if e.g. the line <code>var a = SUIS.SelectedObject</code> is executed, the variable ''a'' is preserved for all subsequent statements and can therefore be used in the next lines; so the following statement <code>a.Name</code> will deliver a correct value.
[[Category:Pages with broken file links|Smart Studio]][[Category:Smart Modelling|Smart Modelling]]
== Usage==