Difference between revisions of "WireCAD.Workspace Object"

From WireCAD Online Help
Jump to: navigation, search
 
Line 2: Line 2:
 
The practice is to pass the Workspace object to all class constructors, thus avoiding, or in practice, minimizing the use of global static variables.
 
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
+
[[https://www.wirecad.com/api/90/exe/index.html#type/Workspace Workspace API]]

Latest revision as of 21:05, 3 December 2016

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]