- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the plugin that is generated for learning to write AutoCAD plugins, this is written in the "main" class
// This class is instantiated by AutoCAD once and kept alive for the
// duration of the session. If you don't do any one time initialization
// then you should remove this class.
Is it possible to access this instance in order to get at a property that is set up during the Initialize() method?
Solved! Go to Solution.
Link copied