• 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 Introductory Concepts
        • Basic Interaction with AutoCAD
        • Custom Objects
          • Proxy Objects
          • Object Enablers
          • Deriving a Custom ObjectARX Class
          • Deriving from AcDbObject
          • Deriving from AcDbEntity
            • Deriving Custom Entities
            • Overriding Common Entity Functions
            • Extending Entity Functionality
            • Using AcEdJig
              • Deriving a New Class from AcEdJig
              • General Steps for Using AcEdJig
              • Setting Up Parameters for the Drag Sequence
              • Drag Loop
              • Implementing the sampler(), update(), and entity() Functions
              • Adding the Entity to the Database
              • AcEdJig Sample Code
        • Advanced Topics
        • ObjectARX Graphics, Geometry, and Boundary Representation Libraries
      • ObjectARX: Reference Guide
      • ObjectARX: Release Notes
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn
     
     

    Setting Up Parameters for the Drag Sequence

    Before you call the AcEdJig::drag() function, you need to set the display prompt for the drag sequence.

    The display prompt is the text shown on the command line during the drag sequence. Use the following function to set the display prompt:

    void
    AcEdJig::setDispPrompt(const char* prompt);
    Parent topic: Using AcEdJig

    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