AutoCAD .NET Training DevTV Session 6: InputPoint Monitor

Another Friday, another installment of Wayne Brill's AutoCAD .NET training DevTV series (to complement those from previous weeks). Today's session is focused on the very useful InputPoint Monitor capability.

AutoCAD .NET DevTV - Session 6

This series of DevTV sessions is a companion for the new AutoCAD .NET training material available from the AutoCAD .NET Developer Center.

Enjoy! 🙂

9 responses to “AutoCAD .NET Training DevTV Session 6: InputPoint Monitor”

  1. High Kean,
    is there anyay to download the DevTV sessions and watch them offline?

  2. Kean Walmsley Avatar

    Hi René,

    Not yet, but we'll make them available all together, at some point.

    They're also forming the basis for a series of webcast being delivered (and which will be recorded) in September, in case:

    autodesk.com/apitraining

    Kean

  3. Yes you can download them if you have realplayer installed just like can do with youtube videos. i just downloaded the latest to try and it worked fine.

    Joe ...

  4. Hi Kean

    I'm South Korean
    English is not very good, but
    Always look at your writing We are working hard Thanks

    I'll forward you to frequently asked questions

    Thank you.

  5. Hi Kean
    Is it possible to create an additional library cs file in such a way as to manipulate the objects autocad? How should I modify the file below?

    using System;
    using Autodesk.AutoCAD.Runtime;
    using Autodesk.AutoCAD.Geometry;
    using Autodesk.AutoCAD.DatabaseServices;

    namespace bPoly
    {
    Point3d p;
    }//namespace bPoly

  6. Of course, you need to add a function, but does not change the fact that it still does not compile:

    using System;
    using Autodesk.AutoCAD.Runtime;
    using Autodesk.AutoCAD.Geometry;
    using Autodesk.AutoCAD.DatabaseServices;

    namespace bPoly
    {
    void f()
    {
    Point3d p;
    } //void f()

    }//namespace bPoly

  7. I know: I just have to create a class.

  8. Hi Kean,
    I want to get the current Mouse Position cursor from the AutoCAD Screen without without event.

    I have look on this link: adndevblog.typepad.com/autocad/

    But this is ObjectARX code, could you please provide me the code in .NET API to read the Mouse Cursor Position without event from AutoCAD Screen.

    I am not sure how to use "InputPoint Monitor" to get mouse position in point.

    Thanks.

    1. Hi Vivek,

      This is a support request. Please post it to the relevant discussion group.

      Regards,

      Kean

Leave a Reply to René Cancel reply

Your email address will not be published. Required fields are marked *