<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Attached Lisp:  Will select Object Data but won't turn on grips in AutoCAD Map 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11955157#M2019</link>
    <description>&lt;P&gt;I've been fooling around a bit with bringing into Map 3D some of our GIS info for ESRI's ArcGIS Pro.&amp;nbsp; One of the things I wanted to do was create a selection set based on object data.&amp;nbsp; Now the attached lisp file&amp;nbsp;Sel_by_OD__US.lsp will do just that but it won't turn on the grips so I can what it is I selected.&amp;nbsp; If you look at the bottom of the code there is&amp;nbsp;&amp;nbsp;(sssetfirst nil js_sel) which I though might be the code to do so.&amp;nbsp; However it's not turning on the grips for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Map 3d 2023.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 18:24:23 GMT</pubDate>
    <dc:creator>TheCanadianPrimate</dc:creator>
    <dc:date>2023-05-10T18:24:23Z</dc:date>
    <item>
      <title>Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11955157#M2019</link>
      <description>&lt;P&gt;I've been fooling around a bit with bringing into Map 3D some of our GIS info for ESRI's ArcGIS Pro.&amp;nbsp; One of the things I wanted to do was create a selection set based on object data.&amp;nbsp; Now the attached lisp file&amp;nbsp;Sel_by_OD__US.lsp will do just that but it won't turn on the grips so I can what it is I selected.&amp;nbsp; If you look at the bottom of the code there is&amp;nbsp;&amp;nbsp;(sssetfirst nil js_sel) which I though might be the code to do so.&amp;nbsp; However it's not turning on the grips for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Map 3d 2023.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 18:24:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11955157#M2019</guid>
      <dc:creator>TheCanadianPrimate</dc:creator>
      <dc:date>2023-05-10T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11955583#M2020</link>
      <description>&lt;P&gt;(sssetfirst) may not work well on first use.&lt;BR /&gt;Activate the grips by selecting only one object, if the grips appear, press "ESC" to cancel the selection and restart the lisp command.&lt;BR /&gt;If the grips still do not appear, the number of objects may be too large, but the selection is effective. See in the properties palette if "all"(nbr objects) is present. If yes then you can act in the properties or launch an editing command.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 22:16:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11955583#M2020</guid>
      <dc:creator>CADaSchtroumpf</dc:creator>
      <dc:date>2023-05-10T22:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11962145#M2021</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/392559"&gt;@TheCanadianPrimate&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you simply want isolate objects based on object data (OD) then you don’t need lisp because you can do that using a query. AutoCAD Map3D can run an object data query based on the rule(s) you stipulate.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;What does your object data contain?&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;What condition(s) do you want to use to isolate or group objects?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don’t have a plan to isolate or identify objects and just want to group objects on-the-fly as you go, then a lisp is &lt;U&gt;not&lt;/U&gt; what you should use. Don’t use a lisp just because you don’t know how to do it any other way—the forum&amp;nbsp;&lt;SPAN&gt;is here to explain alternative and more appropriate ways to efficiently achieve your goal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you’re willing to share your OD and can thoroughly explain what you’d like to accomplish a solution can be provided.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 00:36:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11962145#M2021</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2023-05-14T00:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11962522#M2022</link>
      <description>&lt;P&gt;One of the main advantages to using programming techniques to work with object data is the operations occur in the current file - opened in the editor.&amp;nbsp; IMO this is far less cumbersome than working on a document that is "Map-&amp;gt;Attached".&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 10:21:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11962522#M2022</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2023-05-14T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11962781#M2023</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/524107"&gt;@CADaSchtroumpf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don’t have to use ‘Map=&amp;gt;Attach’ command.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The ‘query current drawing’ feature uses Object Data which is already part of the OP’s drawing. &amp;nbsp;There’s no requirement to be ‘Map=&amp;gt;connected. None.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;However, if using a shapefile data (an FDO connection) then a query will not only isolate entities, it can go further.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&amp;nbsp;On a parcel shapefile, you can identify &lt;/SPAN&gt;&lt;I&gt;AND &lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;isolate because you’ve got more horsepower. Waaayy more. And that engine is already built into Map3D, not added on.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For example,&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;All properties above 10,000 SF&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;All properties valued &amp;gt;$200,000&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;All properties on Street, City.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;A&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;query if flexible and can be based on one criteria, 2 criteria or all three. The same query can even color code the results, vary the line weights, use a different linetypes and even add a label from the shapefile’s database.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you’ve never run a powerful query you’d never think it was possible and only other methods, such as lisps,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;are the &lt;I&gt;only&lt;/I&gt; ones capable. Data analysis is where FDO’s stand out and a simple isolate operation will invariably lead&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to greater, more efficient possibilities allowing the drawing (and user) to shine.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 15:50:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11962781#M2023</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2023-05-14T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964132#M2024</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;The ‘query current drawing’ feature uses Object Data which is already part of the OP’s drawing. &amp;nbsp;There’s no requirement to be ‘Map=&amp;gt;connected. None.&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;Where is this 'query current drawing' command?&lt;/P&gt;&lt;P&gt;I totally agree with your last statement.&amp;nbsp; Why is there no FDO connection for DWG files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 10:22:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964132#M2024</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2023-05-15T10:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964382#M2025</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/524107"&gt;@CADaSchtroumpf&lt;/a&gt;&amp;nbsp;wrote&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;&amp;lt;&amp;lt;…&lt;SPAN&gt;Where is this 'query current drawing' command?&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can query Object Data through the Map Task Pane. You don’t need an FDO connection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_1635.jpeg" style="width: 738px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1214502i19FB487269CC5ECE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_1635.jpeg" alt="IMG_1635.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 12:24:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964382#M2025</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2023-05-15T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964456#M2026</link>
      <description>&lt;P&gt;That command is under "Add Drawing Data".&amp;nbsp; I do not want to add anything - I am only interested in existing entities.&lt;/P&gt;&lt;P&gt;The examples you posted previously (&lt;SPAN&gt;For example,&amp;nbsp;&lt;/SPAN&gt;All properties above 10,000 SF, All properties valued &amp;gt;$200,000, All properties on Street, City) cannot be pertormed in that query dialog.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 12:46:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964456#M2026</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2023-05-15T12:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964526#M2027</link>
      <description>&lt;P&gt;The simplest answer here for me is to run the lisp and after it's done "Select" and "p".&amp;nbsp; That will highlight with grips all my selected items ( ex. all fire hydrants in the city that are private).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to all that replied I'm going to take a good look at your answers see what I can learn when I have a bit of slack time.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 13:09:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964526#M2027</guid>
      <dc:creator>TheCanadianPrimate</dc:creator>
      <dc:date>2023-05-15T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964549#M2028</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/81963"&gt;@fieldguy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read the opening post. There's object data and it already exists, it's not being added.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Object data exists when it's attached to vectors, as in existing vectors. Are you saying object data isn't attached to vectors, isn't attached to anything......so OD are orphans and are unattached, just floating in thin air, with no geospatial presence?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't have to 'add' anything because the entities&amp;nbsp;&lt;EM&gt;AND&lt;/EM&gt;&amp;nbsp;the associated OD is already there. Did you forget to read the opening post?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 13:16:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964549#M2028</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2023-05-15T13:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964664#M2029</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;You don't have to 'add' anything&amp;nbsp;&amp;lt;&amp;lt;.&amp;nbsp; Why is the initial command "Add Additional data" then?&amp;nbsp; It does add data - it creates a "view" (I assume that's what it is) of the entities that match the criteria.&amp;nbsp; I confess - I have never used it before, but it looks like that could be used to answer the OP.&amp;nbsp; You can use your query examples in that dialog.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:01:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964664#M2029</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2023-05-15T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964814#M2030</link>
      <description>&lt;P&gt;Actually, I didn't know about this procedure.&lt;BR /&gt;I had a little trouble experimenting with it because I couldn't see the result at all (you have to remember to uncheck the base of the drawing to see it)&lt;BR /&gt;Thanks for the tip&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:50:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964814#M2030</guid>
      <dc:creator>CADaSchtroumpf</dc:creator>
      <dc:date>2023-05-15T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964866#M2031</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/392559"&gt;@TheCanadianPrimate&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you use MAPIMPORT get the object data (OD) from the fire hydrant shapefile? Or was the OD already attached to the hydrants? Either way, if you have data indicating which blocks are private and which aren't, then that OD can be leveraged to identify your 'p' hydrants.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example using MapImport when importing a fire hydrant shapefile. (Your mileage may vary.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MapImport command is used on the shapefile. Since I already have a block defined in the drawing (I pasted a circle block in modepsace then deleted it so the block would be &lt;EM&gt;defined&lt;/EM&gt;) the imported hydrants could use that circle block. In addition to bringing the hydrants, OD was also attached during the mapimport command. The end result are 'smart' blocks representing the fire hydrants.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the source data is a shapefile, I can &lt;EM&gt;harvest &lt;/EM&gt;the shapefile's database.&amp;nbsp; Here's a small portion of the shapefile's dbf that's arranged in 1,321 rows and 41 columns. Each row represents an individual hydrant and each column represents a hydrant attribute. (See image-1)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image-1" style="width: 802px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1214579i9910D561D24C7F26/image-size/large?v=v2&amp;amp;px=999" role="button" title="101.PNG" alt="Image-1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image-1&lt;/span&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want my map to display the hydrant's manufacturer so I used the MFG column containing the Mfg. attribute values Kennegy, M&amp;amp;M, Mueller and Null. The MapImport command segregated the hydrants according to Mfg. name and put each manufacturer on it's own layer. As you already know, you can easily control, color, linetype, line weight, freeze and thaw on a ByLayer basis. (See image-2)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image-2" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1214580i564DD5150A66C435/image-size/large?v=v2&amp;amp;px=999" role="button" title="102.PNG" alt="Image-2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image-2&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Notes:&lt;/U&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Object data came from the shapefile's database file (dbf) during MapImport procedure. No lisp used.&lt;/LI&gt;
&lt;LI&gt;Although a query could've been used, no query was used because the Mapimport command itself is powerful enough to group the hydrants based on data, in this specific case MFG data.&lt;/LI&gt;
&lt;LI&gt;If a location query was used (and it wasn't) I could've just queried a 9-square block area defined by a polygon, such as rectangle I drew ahead of time.&lt;/LI&gt;
&lt;LI&gt;A more enhanced query could've also included a&amp;nbsp; combination of date installed, test date, repair date, main size, etc., etc. to isolate or group the hydrants.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp; The hydrants could've also been labeled with a hydrant number&amp;nbsp;&lt;EM&gt;harvested&lt;/EM&gt; from the OD.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Image-2 only displays AutoCAD blocks and Bing Map.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The layers displayed in the Layer Prop Manager are not user-generated per se, they were created by settings in the MapImport command.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 15:10:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11964866#M2031</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2023-05-15T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Attached Lisp:  Will select Object Data but won't turn on grips</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11965464#M2032</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/392559"&gt;@TheCanadianPrimate&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you prefer using my plug-in to query and show OD, you find 2 commands:&lt;/P&gt;
&lt;P&gt;- 1st is to show OD in grid mode like FDO, you can sort by column and select rows =&amp;gt; select corresponding objects&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- or you can build a query according table, field and operator (specific operator according type of OD), and you can also obtain all existing value in drawing (interesting for textual value).&lt;/P&gt;
&lt;P&gt;This free plug-in is available in general discussion on OD, but it should be available on autodesk store this week.&lt;/P&gt;
&lt;P&gt;The plug-in was initially developped in french langage, but I've included a US button to "translate" some dialogs.&lt;/P&gt;
&lt;P&gt;Below a video to show possible 2 way to select buildings with height between 30 and 38m.&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6327548288112w960h540r914" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6327548288112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6327548288112w960h540r914');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6327548288112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 19:33:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/attached-lisp-will-select-object-data-but-won-t-turn-on-grips/m-p/11965464#M2032</guid>
      <dc:creator>O_Eckmann</dc:creator>
      <dc:date>2023-05-15T19:33:40Z</dc:date>
    </item>
  </channel>
</rss>

