• 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
        • 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
            • Custom Object Snap Modes
            • Input Point Management
              • Input Point Manager
              • Input Context Events
              • Bypassed User Input Contexts
              • Input Point Filters and Monitors
                • Input Point Filtering
                • Input Point Monitoring
                • Guidelines for Using Input Point Filtering and Monitoring
                • Filter Chaining
                • Retrying
                • Input Point Filter and Monitor Example
          • Application Configuration
          • Associative Framework
        • ObjectARX Graphics, Geometry, and Boundary Representation Libraries
      • ObjectARX: Reference Guide
      • ObjectARX: Release Notes
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn
     
     

    Filter Chaining

    The AcEdInputPointFilter class provides a member function to support chaining input point filters. Since only one filter can be active at a time, this function allows you to query the current filter, embed that filter in your custom filter, and then revoke the current filter and register your own. The following function provides the chaining functionality:

    AcEdInputFilter *
    AcEdInputPointFilter::revokeFilter(AcEdInputPointFilter *);
    Parent topic: Input Point Filters and Monitors

    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