• Help Home
  • English (US)
    1. English (US)
    2. 简体中文
    3. Deutsch
    4. Español
    5. Français
    6. Italiano
    7. 日本語
    8. 한국어
AutoCAD 2025 for Mac Developer and ObjectARX
    • Customization Guide
    • DXF Reference
    • AutoLISP and DCL
    • ObjectARX
      • ObjectARX: Developer's Guide
      • ObjectARX: Reference Guide
        • What's New
        • Migration Guide
        • ObjectARX Reference Guide
          • AcAp Classes
          • AcAx Classes (WIN)
          • AcBr Classes
          • AcCm Classes
          • AcDb Classes
          • AcEd Classes (WIN)
          • AcFd and CAcFdUi Classes
          • AcGe Classes
          • AcGi Classes
          • AcGs Classes (WIN)
          • AcLy Classes
          • AcPl Classes (WIN)
          • AcPublish Classes (WIN)
          • AcRx Classes
          • AcTransaction Classes
          • AcTrayItem Classes (WIN)
          • MFC Extension Classes (WIN)
          • DWF Metadata Manager Classes (WIN)
          • Property Palette Classes and Interfaces (WIN)
          • Global Enums
          • Global Functions
          • Miscellaneous Classes
          • Macros
          • Structs
            • AcAp Structs
            • AcBr Structs
            • AcDb Structs
            • AcEd Structs
            • AcFd Structs
            • AcGe Structs
            • AcGi Structs
            • AcGs Structs
            • AcPl Structs
            • AcRx Structs
            • AcTc Structs
            • AcUt Structs
            • Ads Structs
              • ads_binary Structure
            • MFC Structs
            • Miscellaneous Structs
          • Types and Unions
          • DesignCenter Interfaces (WIN)
          • eTransmit Interfaces (WIN)
          • CAD Standards Interfaces (WIN)
          • Tool Palette Classes and Interfaces (WIN)
          • Additional Information
      • ObjectARX: Release Notes
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn

    ads_binary

    C++

    struct ads_binary {
      short clen;
      char * buf;
    };

    File

    adsdef.h

    Members

    Members Description
    clen Length of binary chunk in bytes
    buf Pointer to binary data

    Description

    Structure designed to contain binary extended entity data (xdata.) See ObjectARX Global Utility Functions->Lists and Other Dynamically Allocated Data->Extended Data Exclusive Data Types in the ObjectARX Developer's Guide for more information.

    Was this information helpful?

    Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ for more information.

    • Privacy Statement
    • Legal Notices & Trademarks
    • Report Noncompliance
    • © 2025 Autodesk Inc. All rights reserved