It is recommended that you implement a default protocol extension class, as shown in the Protocol Extension Example. If there is no corresponding protocol extension object for a particular class, ObjectARX searches up the class hierarchy and uses the nearest one that it finds. It is also recommended that you associate the default protocol extension class with AcRxObject or with some other class at the top of the ObjectARX class hierarchy such as AcDbEntity (in this example) or AcDbObject.
- Customization Guide
- DXF Reference
- AutoLISP and DCL
- ObjectARX
- ObjectARX: Developer's Guide
- ObjectARX Introductory Concepts
- Basic Interaction with AutoCAD
- Custom Objects
- Advanced Topics
- Notification
- The Multiple Document Interface
- Transaction Management
- Deep Cloning
- Protocol Extension
- Behavior Overrules
- Dynamic Blocks, Protocol Reactors, and Evaluation Graphs
- Input Point Processing
- Application Configuration
- Associative Framework
- ObjectARX Graphics, Geometry, and Boundary Representation Libraries
- ObjectARX: Reference Guide
- ObjectARX: Release Notes
- ObjectARX: Developer's Guide