insertion point for a text

Discussion in 'AutoCAD' started by fischer, Sep 24, 2004.

  1. fischer

    fischer Guest

    hi i filter a acad drawing and select text objects using "text" filter not
    "actext".

    can anyone tell me how will i gonna get the insertionpoint of this string.
    if it was a actext then i can get it with actext.insertionpoint. same
    solution doesnot work with "text".

    any idea?

    thnx
     
    fischer, Sep 24, 2004
    #1
  2. Dim oTxt As AcadText
    For Each oTxt In <your_selectionset>
    oTxt.InsertionPoint
    Next

    -- Mike
    ___________________________
    Mike Tuersley
    CADalyst's CAD Clinic
    Rand IMAGINiT Technologies
    ___________________________
    the trick is to realize that there is no spoon...
     
    Mike Tuersley, Sep 25, 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.