Gets the layout manager instance.
The layout manager is responsible for managing layout objects in the application. This is a singleton instance that is created when the AcDbHostApplicationServices is instantiated.
The layout manager instance
Gets the current working database.
The working database is the primary database that the application is currently operating on. This must be set before it can be accessed.
The current working database
Sets the working database.
This method sets the database that will be used as the current working database for the application. This database will be returned by the workingDatabase getter.
The database to make the new working database
The AcDbHostApplicationServices class provides various services to host applications at runtime.
This class implements the singleton pattern and manages:
Example