Getting a point or an element

Discussion in 'AutoCAD' started by DnDaas, Jun 3, 2004.

  1. DnDaas

    DnDaas Guest

    Hello,

    I want to be able to specify a point. If there is an element at that position I want to get its information otherwise I just want to coordinates of the specified point.

    So I need something that combines:
    Thisdrawing.Utilities.GetPoint and
    Thisdrawing.Utilities.GetEntity

    thx,
    Marc
     
    DnDaas, Jun 3, 2004
    #1
  2. DnDaas

    Jürg Menzi Guest

    Hi Marc

    Try something like this:
    Thisdrawing.Utilities.GetPoint
    MySelectionSet.SelectAtPoint Point

    Cheers
     
    Jürg Menzi, Jun 3, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.