Share

AcDbHostApplicationServices::createWorkingGlobals

C++

virtual ACDBCORE2D_PORT AcDbGlobals * createWorkingGlobals();

Description

This method is used to create the working globals object for the current document, and may not be overridden. You would use this method if your host application was supporting multiple documents. Each time you created a new document, you would need to create working globals for the document. When that document becomes the 'current' document in your application, you would want to make its instance of AcDbGlobals the working instance by calling the setWorkingGlobals() method.

Links

AcDbHostApplicationServices

Was this information helpful?