It there a keyin I can use to select Notes?

I can use PowerSelector keyins to almost create a selection of all text elements. Text, text nodes and dimensions are available. However, notes are not available so I cant select notes text as well. Is there any other keyin or macro that might be available to also select notes, or to select all text elements?

Parents
  • MDL SILENTLOAD SELECTBY DIALOG
    DIALOG SELECTBY
    SELECTBY MODE EXCLUSIVE
    SELECTBY OPTIONS SELECTION
    SELECTBY ON
    SELECTBY TYPE NONE
    SELECTBY TYPE ARC
    SELECTBY TYPE BSPLINE
    SELECTBY TYPE BSPLINESURFACE
    SELECTBY TYPE CELL
    SELECTBY TYPE COMPLEXSHAPE
    SELECTBY TYPE COMPLEXSTRING
    SELECTBY TYPE CONE
    SELECTBY TYPE CURVE
    SELECTBY TYPE ELLIPSE
    SELECTBY TYPE LINE
    SELECTBY TYPE LINESTRING
    SELECTBY TYPE MESH
    SELECTBY TYPE MULTILINE
    SELECTBY TYPE RASTER
    SELECTBY TYPE RASTERATTACHMENT
    SELECTBY TYPE SHAPE
    SELECTBY TYPE SHAREDCELL
    SELECTBY TYPE SOLID
    SELECTBY TYPE SURFACE
    SELECTBY EXECUTE
    MDL UNLOAD SELECTBY

    ...I thought maybe I could use the "Exclusive" mode SelectBy Attributes and then I discovered that Notes are selected as cells.

  • Jovan, hello!

    I am trying to get more clarity on the use of the key-in, as I am stuck with couple roadblocks trying to select particular textnode with particular text in there ( yes, it gets very narrow in my case, as I need to select only one of several texnodes, ont the same level, with the same text formatting and color etc.)

    so, my command currently is the following:

    MDL LOAD SELECTBY

    SELECTBY MODE INCLUSIVE

    SELECTBY OPTIONS SELECTION

    SELECTBY ON

    SELECTBY LEVEL NONE

    SELECTBY LEVEL G-ANNO-TITL

    SELECTBY TYPE TEXTNODE

    SELECTBY EXECUTE

    currently I am stuck with the level selection, as it does not select specific level;

    another issue I am having is selection of the text with the wildcard ( I need all the drawings of AXXX series, so text wildcard would look like "A*"

    Thank you !

Reply
  • Jovan, hello!

    I am trying to get more clarity on the use of the key-in, as I am stuck with couple roadblocks trying to select particular textnode with particular text in there ( yes, it gets very narrow in my case, as I need to select only one of several texnodes, ont the same level, with the same text formatting and color etc.)

    so, my command currently is the following:

    MDL LOAD SELECTBY

    SELECTBY MODE INCLUSIVE

    SELECTBY OPTIONS SELECTION

    SELECTBY ON

    SELECTBY LEVEL NONE

    SELECTBY LEVEL G-ANNO-TITL

    SELECTBY TYPE TEXTNODE

    SELECTBY EXECUTE

    currently I am stuck with the level selection, as it does not select specific level;

    another issue I am having is selection of the text with the wildcard ( I need all the drawings of AXXX series, so text wildcard would look like "A*"

    Thank you !

Children
No Data