WireCAD.Workspace Object

From WireCAD Online Help
Revision as of 21:04, 3 December 2016 by Wirecadadmin (Talk | contribs)

Jump to: navigation, search

The WireCAD.Workspace object is a singleton pattern that is only instantiated once per session.
The practice is to pass the Workspace object to all class constructors, thus avoiding, or in practice, minimizing the use of global static variables.

https://www.wirecad.com/api/90/exe/index.html#type/Workspace