Message 1 of 3
WorkingDatabase vs MdiActiveDocument.Database

Not applicable
03-26-2009
03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Sorry about the newby question, but you try to search for the two terms in the subject of this post: just about every thing ever written about AutoCAD and .NET is returned.
What is the difference between instantiating my database with this:
HostApplicationServices.WorkingDatabase
and with this :
Application.DocumentManager.MdiActiveDocument.Database.
Is one better in certain circumstances? They seem to be used interchangeably in the code I see.
Thanks in advance for anyone with the time.
Bernie
Sorry about the newby question, but you try to search for the two terms in the subject of this post: just about every thing ever written about AutoCAD and .NET is returned.
What is the difference between instantiating my database with this:
HostApplicationServices.WorkingDatabase
and with this :
Application.DocumentManager.MdiActiveDocument.Database.
Is one better in certain circumstances? They seem to be used interchangeably in the code I see.
Thanks in advance for anyone with the time.
Bernie