<?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 Re: Changing Multileader Elevations to Zero in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10790801#M153340</link>
    <description>&lt;P&gt;I have discovered the source of the jacked up Z-values!&amp;nbsp; It's the CHSPACE command!&amp;nbsp; The Z-values are 0.0 before I use CHSPACE and afterwards they Z-values are -#.##e99!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 13:40:29 GMT</pubDate>
    <dc:creator>hencoop</dc:creator>
    <dc:date>2021-11-30T13:40:29Z</dc:date>
    <item>
      <title>Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8530025#M153321</link>
      <description>&lt;P&gt;I'm working in Civil 3D 2019, and in my CAD dwg I have apparently drafted several multileaders that are at different elevations than the majority of the other drawing objects.&amp;nbsp; In the screenclip below, you'll see several multileaders in red at a much higher elevation and several multileaders in yellow at a much lower elevation.&amp;nbsp; I am trying to get these two sets of multileaders to zero elevation, and on the same plane (z coordinate) as the rest of my drawing.&amp;nbsp; The FLATTEN command doesn't work.&amp;nbsp; I've seen several past posts with solutions involving code, which is over my head.&amp;nbsp; Any help would be appreciated.&amp;nbsp; Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 14:53:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8530025#M153321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-17T14:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8530080#M153322</link>
      <description>&lt;P&gt;Go into a front view or right view, you can select all the ones on the same level, move, pick a displacement on one of the objects, use .xy filter, pick an object on the level you want, then just pull the cursor down and pick.&amp;nbsp; Repeat for the others.&amp;nbsp; If you only have this one drawing to do and there are only a couple of different elevations then it will go pretty quick.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 15:09:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8530080#M153322</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2019-01-17T15:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8531766#M153323</link>
      <description>&lt;P&gt;Thanks, but I don't know what you mean by pick a displacement on one of the objects, nor am I familiar with the .xy filter.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 04:29:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8531766#M153323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-18T04:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8533060#M153324</link>
      <description>&lt;P&gt;X Y Z filters allow you to first specify only one location on a axis and then the others.&amp;nbsp; See video and also Help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="iframe-container"&gt;&lt;IFRAME width="640" height="590" src="https://screencast.autodesk.com/Embed/Timeline/fd7b3d03-789a-48f0-a84e-537842c2d386" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 15:35:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8533060#M153324</guid>
      <dc:creator>GrantsPirate</dc:creator>
      <dc:date>2019-01-18T15:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8533368#M153325</link>
      <description>&lt;P&gt;Here is a simple&amp;nbsp;bit&amp;nbsp;of code I have used.&lt;/P&gt;
&lt;P&gt;Just drag it into you drawing window.&lt;/P&gt;
&lt;P&gt;type "MLzero" to run it.&lt;/P&gt;
&lt;P&gt;It does them all at once.&lt;/P&gt;
&lt;P&gt;Note that they will not point to the original entity anymore so in essence they are disassociated. So any other view direction will look off... but hey, I always flatten stuff for the vanilla cad folks!&lt;/P&gt;
&lt;P&gt;-steve&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 17:16:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8533368#M153325</guid>
      <dc:creator>StephenThomasGrace</dc:creator>
      <dc:date>2019-01-18T17:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8533423#M153326</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 17:35:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/8533423#M153326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-18T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9112942#M153327</link>
      <description>&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned you have experience flattening cad files. Do you, by any chance, have an all-encompassing macro to flatten 3d CAD? I routinely have issues with linking consultant CADs to Revit. In short, the CAD's they provide are a complete mess. Elevation of lines jumps all over, annotations are placed on different elevations for no reason, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a bunch of commands (Flatten, Flatshot, etc), and CAD just shrugs them off most of the time. The only thing that seems to work is selecting objects by type with Q-select and change elevations, z-coordinates, z-elevations, and hundreds of other ways to set elevation in CAD, to zero. It takes a lot of time, and even that doesn't always work. For example, I had to use your macro to set multileaders to zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 17:56:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9112942#M153327</guid>
      <dc:creator>okozlovskii</dc:creator>
      <dc:date>2019-10-28T17:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9120048#M153328</link>
      <description>&lt;P&gt;No, Sorry.&lt;/P&gt;&lt;P&gt;I wish I did. Maybe I will create a routine in future.&lt;/P&gt;&lt;P&gt;Like you, I resort to all of the same things you are doing.&lt;/P&gt;&lt;P&gt;You need specific tools for some entity types, like 3dpolys... and FLATTEN used to duplicate blocks, so it is always a bunch of little workarounds.&lt;/P&gt;&lt;P&gt;Hang in there! Good cad folks, like yourself, that take the time to get all of the little stuff right are under appreciated.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;-steve&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:15:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9120048#M153328</guid>
      <dc:creator>StephenThomasGrace</dc:creator>
      <dc:date>2019-10-31T15:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9699975#M153329</link>
      <description>&lt;P&gt;Why in the world won't Autodesk add elevation as a property to a multileader, to make this easy? This has been a problem for every civil 3d user I know, forever.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 14:49:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9699975#M153329</guid>
      <dc:creator>topknot</dc:creator>
      <dc:date>2020-08-19T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9931365#M153330</link>
      <description>&lt;P&gt;You sir, are the man!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 01:41:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/9931365#M153330</guid>
      <dc:creator>awhiteQ38RQ</dc:creator>
      <dc:date>2020-12-11T01:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10640073#M153331</link>
      <description>&lt;P&gt;You are AWESOME, Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 15:19:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10640073#M153331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-22T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683167#M153332</link>
      <description>&lt;P&gt;opps&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 13:56:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683167#M153332</guid>
      <dc:creator>dmarchant</dc:creator>
      <dc:date>2021-10-12T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683177#M153333</link>
      <description>Do you have a .lisp for&amp;nbsp;Multileader with blocks Sir?</description>
      <pubDate>Tue, 12 Oct 2021 13:56:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683177#M153333</guid>
      <dc:creator>dmarchant</dc:creator>
      <dc:date>2021-10-12T13:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683339#M153334</link>
      <description>&lt;P&gt;Should work on Multileaders with blocks, too. Works on mine....&lt;/P&gt;&lt;P&gt;-steve&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 14:59:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683339#M153334</guid>
      <dc:creator>StephenThomasGrace</dc:creator>
      <dc:date>2021-10-12T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683357#M153335</link>
      <description>&lt;P&gt;Thank you for swift reply, i have a drawing that i cannot get it to work in, no rush but if you could take a look and let me know what has happened i'd really appricate it as its something i haven't come accross before and i really dislike a mystery, if not i completely understand as we are all busy people. Thank again.&lt;BR /&gt;&lt;BR /&gt;btw the way before you repiled I opened a support case to try and solve this, just so i can get to bottom of probelm so it doesnt happen again. Once again thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 15:19:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683357#M153335</guid>
      <dc:creator>dmarchant</dc:creator>
      <dc:date>2021-10-12T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683368#M153336</link>
      <description>&lt;P&gt;I think the user this must have refranced in a drawing that wasnt flat and started&amp;nbsp;m&lt;SPAN&gt;ultileader&lt;/SPAN&gt; command on one x and placed block on another, but i am not sure its a mystery as we only use LT!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 15:11:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683368#M153336</guid>
      <dc:creator>dmarchant</dc:creator>
      <dc:date>2021-10-12T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683456#M153337</link>
      <description>&lt;P&gt;Yes. Most of the multileaders are not coplanar.&amp;nbsp; So as you suspected, the previous person had som odd UCS in play when the mleaders were placed. Some of the blocks are flat (outlines show solid fill) whereas some are not. Notice the 0.2 wide polyline in the block displays as outline only in the blocks that are severely skewed from current view plane. Since most do not have any common elevation or skew, it would take longer for me to create a lisp file than it would to replace them all one at a time ... even if you could run lisp in LT. sorry.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 15:51:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683456#M153337</guid>
      <dc:creator>StephenThomasGrace</dc:creator>
      <dc:date>2021-10-12T15:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683465#M153338</link>
      <description>&lt;P&gt;Not a problem Sir as of course your correct about replacing (i just hoped you had another existing routine is all as i didnt want you to write one) but thank you for&amp;nbsp;Confirming My Suspicions on what had happened. Have a good day.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 16:00:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10683465#M153338</guid>
      <dc:creator>dmarchant</dc:creator>
      <dc:date>2021-10-12T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10789293#M153339</link>
      <description>&lt;P&gt;I tried that with some less elegant code &amp;nbsp;(I like your code).&amp;nbsp; My code does zero the Z-values but they are still listing as -6.3281E+99 afterwards even though the entity's association list shows Z = 0.0 for association #s 10,12 &amp;amp; 110&lt;/P&gt;&lt;P&gt;Here are both the object data and the entity association list:&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;&lt;LI-CODE lang="general"&gt;Select object: ; IAcadMLeader: AutoCAD Multi-Leader Interface
; Property values:
;   Application (RO) = Exception occurred
;   ArrowheadBlock = "DIMARO"
;   ArrowheadSize = 0.125
;   ArrowheadType = 20
;   BlockConnectionType = 0
;   BlockScale = 1.0
;   ContentBlockName = ""
;   ContentBlockType = 6
;   ContentType = 2
;   Document (RO) = #&amp;lt;VLA-OBJECT IAcadDocument 00000179bce86c08&amp;gt;
;   DogLegged = -1
;   DoglegLength = 0.125
;   EntityTransparency = "ByLayer"
;   Handle (RO) = "6E12"
;   HasExtensionDictionary (RO) = 0
;   Hyperlinks (RO) = #&amp;lt;VLA-OBJECT IAcadHyperlinks 0000017a1e362678&amp;gt;
;   LandingGap = 0.045
;   Layer = "C-VI041DIMS"
;   LeaderCount (RO) = 1
;   LeaderLineColor = #&amp;lt;VLA-OBJECT IAcadAcCmColor 0000017a1e362f70&amp;gt;
;   LeaderLinetype = "ByBlock"
;   LeaderLineWeight = -2
;   LeaderType = 1
;   Linetype = "ByLayer"
;   LinetypeScale = 1.0
;   Lineweight = -1
;   Material = "ByLayer"
;   ObjectID (RO) = 79
;   ObjectName (RO) = "AcDbMLeader"
;   OwnerID (RO) = 112
;   PlotStyleName = "ByLayer"
;   ScaleFactor = 20.0
;   StyleName = "STandard"
;   TextAttachmentDirection = 0
;   TextBackgroundFill = -1
;   TextBottomAttachmentType = 0
;   TextDirection = 5
;   TextFrameDisplay = 0
;   TextHeight = 0.11
;   TextJustify = 1
;   TextLeftAttachmentType = 1
;   TextLineSpacingDistance = 3.66667
;   TextLineSpacingFactor = 1.0
;   TextLineSpacingStyle = 1
;   TextRightAttachmentType = 5
;   TextRotation = 0.0
;   TextString = "S 68°53'19\" E 51.54'"
;   TextStyleName = "Standard"
;   TextTopAttachmentType = 0
;   TextWidth = 0.0
;   TrueColor = #&amp;lt;VLA-OBJECT IAcadAcCmColor 0000017a1e362fd0&amp;gt;
;   Visible = -1

Layer name  (lname): C-VI041DIMS
Pick point  (nselp): 1643424.0459, 581072.3523, 0
First def pt (pt10): 1643432.4055, 581082.8099, 0
Entity type        : MULTILEADER
Entity list is named: edata

Command:
Command: EDUMP

WCS coordinates = nil
  -1 = ENAME  &amp;lt;Entity name: 179f3f8b620&amp;gt;
   0 = STR  MULTILEADER
   5 = STR  6E12
   8 = STR  C-VI041DIMS
  10 = LIST  (1.64343e+06 581083.0 0.0)
  11 = LIST  (0.0 0.0 1.0)
  12 = LIST  (1.64343e+06 581084.0 0.0)
  13 = LIST  (1.0 0.0 0.0)
  40 = REAL  20.0
  41 = REAL  2.2
  42 = REAL  0.0
  43 = REAL  0.0
  44 = REAL  0.0
  45 = REAL  1.0
  67 = INT  0
  90 = INT  -1023410170
  91 = INT  -1073741824
  92 = INT  0
  93 = INT  0
  95 = INT  3
 100 = STR  AcDbEntity
 110 = LIST  (1.64341e+06 581052.0 0.0)
 111 = LIST  (1.0 0.0 0.0)
 112 = LIST  (0.0 1.0 0.0)
 140 = REAL  2.5
 141 = REAL  1.25
 142 = REAL  0.0
 143 = REAL  0.0
 145 = REAL  0.9
 170 = INT  1
 171 = INT  1
 172 = INT  5
 173 = INT  0
 174 = INT  1
 175 = INT  3
 176 = INT  0
 177 = INT  0
 178 = INT  0
 179 = INT  1
 270 = INT  2
 271 = INT  0
 272 = INT  9
 273 = INT  9
 290 = INT  1
 291 = INT  1
 292 = INT  1
 293 = INT  0
 294 = INT  0
 295 = INT  0
 296 = INT  0
 297 = INT  0
 300 = STR  CONTEXT_DATA{
 301 = STR  }
 302 = STR  LEADER{
 303 = STR  }
 304 = STR  S 68°53'19" E 51.54'
 305 = STR  }
 330 = ENAME  &amp;lt;Entity name: 1821d537020&amp;gt;
 340 = ENAME  &amp;lt;Entity name: 1821d537230&amp;gt;
 341 = ENAME  &amp;lt;Entity name: 0&amp;gt;
 342 = ENAME  &amp;lt;Entity name: 1821d537350&amp;gt;
 343 = ENAME  &amp;lt;Entity name: 1821d537230&amp;gt;
 410 = STR  Model&lt;/LI-CODE&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;&lt;P&gt;I created a routine a little while back that removes all the leaders from a MULTILEADER using Visual Lisp (vla-removeleader ...) and then it adds back a couple of leaders via (COMMAND ...) input (&lt;A title="Convert Multileader to an Area Note" href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/mleader-viewtwist-causes-text-to-shift-drastically-after-using/td-p/10730805" target="_blank" rel="noopener"&gt;here&lt;/A&gt;,&amp;nbsp; latest lisp of that is attached).&amp;nbsp; Doing that fixed this problem.&amp;nbsp; It seems that something about the leader part of the MULTILEADER gets jacked and it simply cannot be repaired by autolisp as far as I can tell.&amp;nbsp; Removing it via the context (right-click) menu does not fix it either.&amp;nbsp; Doing that leaves a jacked up Z-value:&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;&lt;LI-CODE lang="general"&gt;                  MULTILEADER  Layer: "C-VI046NOTE"
                            Space: Model space
                   Handle = 6e0d
Leader Type:        StraightLeader
Content Type:       MTextContent
Landing:            ON
Leader Number:      0
Vertex:             X = 1643382.1137, Y = 581080.0480, Z =    0.0000
Vertex:             X = 1643392.4306, Y = 581103.7736, Z = -6.3281E+99
Multileader style:  STandard
Annotative:         NO&lt;/LI-CODE&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;&lt;P&gt;&amp;nbsp;P.S. Assoc 90,91 values were puzzling and they could not be changed via autolisp.&lt;/P&gt;&lt;P&gt;P.P.S I ran into a MULTILEADER that did not like any of these efforts (and I found I needed to force the Z-values in my lisp routine to 0.0... so I made that change and reattached it... but that did not help my troublesome MULTILEADER to like it).&amp;nbsp; So, I exploded the multileader and then exploded the "Previous" selection (all its parts) and then deleted the subsequent "Previous" selection except for the TEXT objects.&amp;nbsp; Then, I recreated the Multileader from the TEXT and that worked &amp;lt;whew... what a chore!&amp;gt; .&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 22:44:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10789293#M153339</guid>
      <dc:creator>hencoop</dc:creator>
      <dc:date>2021-11-29T22:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Multileader Elevations to Zero</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10790801#M153340</link>
      <description>&lt;P&gt;I have discovered the source of the jacked up Z-values!&amp;nbsp; It's the CHSPACE command!&amp;nbsp; The Z-values are 0.0 before I use CHSPACE and afterwards they Z-values are -#.##e99!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 13:40:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/changing-multileader-elevations-to-zero/m-p/10790801#M153340</guid>
      <dc:creator>hencoop</dc:creator>
      <dc:date>2021-11-30T13:40:29Z</dc:date>
    </item>
  </channel>
</rss>

