Message 1 of 1
Custom Class

Not applicable
08-07-2002
11:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In ObjectARX, I am able to create a custom class(CustomEllipse) by deriving
from an existing Autocad class(ex: AcDbEllipse). How do I create a custom
class(CustomBox) by deriving it from a class I create(Box)? Is there a way
to register a new class(Box) with Autocad?
from an existing Autocad class(ex: AcDbEllipse). How do I create a custom
class(CustomBox) by deriving it from a class I create(Box)? Is there a way
to register a new class(Box) with Autocad?