The guidelines in this section do not apply to .NET or AutoLISP because those programming environments do not support custom class derivation.
Share
Custom Class Guidelines
Topics in this section
- Support Both DWG and DXF Storage Formats
- Version Custom Objects
- Supply a Basic ActiveX Implementation for Every Custom Object Class
- Supply a Basic .NET Implementation for Every Custom Object Class
- Support the Property Palette
- Use ACRX_* Macros in Registered AcRxObject Classes
- Override Required AcDb Member Functions
- Implement AcDbEntity::subExplode() to Produce Native Entities
- Avoid Use of __declspec(dllimport) on Class Definitions