WireCAD.Workspace Object

From WireCAD Online Help
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.

[Workspace API]