Share

IAcadBaseObject2Impl

C++

virtual ~IAcadBaseObject2Impl();

Description

This class provides a default implementation of the IAcadBaseObject2 interface. Object wrappers should derive from either this template class or the IAcadBaseObjectImpl template class, but not both.

The IAcadObjectDispatchImpl template class derives from this template class, so any custom object wrappers deriving from IAcadObjectDispatchImpl or IAcadEntityDispatchImpl inherit the default implementation of IAcadBaseObject2 as well.

Links

IAcadBaseObject2Impl Template

Was this information helpful?