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 and Administration Guides
- DXF Reference
- AutoLISP and DCL
- ActiveX and VBA
- ObjectARX and Managed .NET
- ObjectARX: Developer's Guide
- ObjectARX Introductory Concepts
- Basic Interaction with AutoCAD
- Custom Objects
- Advanced Topics
- Table Linking
- 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
- Using COM for ObjectARX Development
- ObjectARX: Reference Guide
- ObjectARX: Managed .NET Developer's Guide
- ObjectARX: Managed .NET Reference Guide
- ObjectARX: Interoperability Guide
- ObjectARX: Migration Guide
- ObjectARX: Release Notes
- ObjectARX: Developer's Guide
- JavaScript
- AutoCAD Core Console