Some filer interfaces currently do not have methods for reading and writing 64-bit integer values. If a custom object needs to file out a 64-bit value, it can do so by making two calls to writeInt32(). If the value to be written out is a pointer, the object should call writeAddress(). Note that writeAddress() is not allowed when filing to a DWG file. It is allowed only for other types of filers, such as copy filers and undo filers.
- Customization and Administration Guides
- DXF Reference
- AutoLISP and DCL
- ActiveX and VBA
- ObjectARX and Managed .NET
- ObjectARX: Developer's Guide
- ObjectARX: Reference Guide
- ObjectARX: Managed .NET Developer's Guide
- ObjectARX: Managed .NET Reference Guide
- ObjectARX: Interoperability Guide
- ObjectARX: Migration Guide
- General Development Compatibility (ObjectARX/.NET)
- Migrate from AutoCAD 2024 and Earlier
- Migrate from AutoCAD 2023 and Earlier
- Migrate from AutoCAD 2022 and Earlier
- Migrate from AutoCAD 2020 and Earlier
- Migrate from AutoCAD 2018 and Earlier
- Removal of Header Files (ObjectARX)
- Graphics System Changes (ObjectARX)
- Handling the New Tab Page (ObjectARX/.NET)
- 64-bit Migration Guide
- ObjectARX: Release Notes
- JavaScript
- AutoCAD Core Console