<?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: Modify object Handle in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632195#M34740</link>
    <description>joeparker wrote:&lt;BR /&gt;
&amp;gt; Why do you want to modify the handle?&lt;BR /&gt;
&lt;BR /&gt;
In a nutshell, because that's how ADT maintains links for tags.&lt;BR /&gt;
(My office uses a lot of DWA assemblies with doors in them...)&lt;BR /&gt;
&lt;BR /&gt;
1.  We insert a dwa with a default door infill into a construct.&lt;BR /&gt;
2.  We tag the door in a separate view file--ADT maintains the link via &lt;BR /&gt;
the Door's Handle.&lt;BR /&gt;
3.  We override the door infill (a month later, whatever) to change the &lt;BR /&gt;
door type as design progresses.  ADT creates a new object with a new handle.&lt;BR /&gt;
4.  Next time you open the view, the tag disappears because the Handle &lt;BR /&gt;
it was linked to no longer exists.&lt;BR /&gt;
&lt;BR /&gt;
If I could modify the object handle of the new door to be the same as &lt;BR /&gt;
the old door, I *think* the tags would stay...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
    <pubDate>Wed, 03 May 2006 16:58:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-05-03T16:58:01Z</dc:date>
    <item>
      <title>Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632191#M34736</link>
      <description>Is it possible in VBA to modify an object's handle?&lt;BR /&gt;
&lt;BR /&gt;
everything I can find in Help or on the internet indicates that this is &lt;BR /&gt;
a read-only property.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way?&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architects &amp;amp; Planners, P.C.&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
      <pubDate>Wed, 03 May 2006 16:03:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632191#M34736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T16:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632192#M34737</link>
      <description>This is a value assigned by Autocad. The only way I'm aware of to change it &lt;BR /&gt;
is to create a copy of it and delete the original. But, while this &lt;BR /&gt;
technically cahnges the handle, you cannot change it to a value of your &lt;BR /&gt;
choosing.&lt;BR /&gt;
&lt;BR /&gt;
Jeff&lt;BR /&gt;
&lt;BR /&gt;
"Brian Winterscheidt" &lt;BWINTERSCHEIDT-NO&gt; wrote in message &lt;BR /&gt;
news:5162497@discussion.autodesk.com...&lt;BR /&gt;
Is it possible in VBA to modify an object's handle?&lt;BR /&gt;
&lt;BR /&gt;
everything I can find in Help or on the internet indicates that this is&lt;BR /&gt;
a read-only property.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way?&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architects &amp;amp; Planners, P.C.&lt;BR /&gt;
Oklahoma City, Oklahoma&lt;/BWINTERSCHEIDT-NO&gt;</description>
      <pubDate>Wed, 03 May 2006 16:11:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632192#M34737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T16:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632193#M34738</link>
      <description>Jeff Mishler wrote:&lt;BR /&gt;
&amp;gt; you cannot change it to a value of your &lt;BR /&gt;
&amp;gt; choosing.&lt;BR /&gt;
&lt;BR /&gt;
*that's* what I was hoping to accomplish...&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
      <pubDate>Wed, 03 May 2006 16:19:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632193#M34738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632194#M34739</link>
      <description>Why do you want to modify the handle?&lt;BR /&gt;
Could you assign xdata with your "handle"&lt;BR /&gt;
"Brian Winterscheidt" &lt;BWINTERSCHEIDT-NO&gt; wrote in message &lt;BR /&gt;
news:5162497@discussion.autodesk.com...&lt;BR /&gt;
Is it possible in VBA to modify an object's handle?&lt;BR /&gt;
&lt;BR /&gt;
everything I can find in Help or on the internet indicates that this is&lt;BR /&gt;
a read-only property.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way?&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architects &amp;amp; Planners, P.C.&lt;BR /&gt;
Oklahoma City, Oklahoma&lt;/BWINTERSCHEIDT-NO&gt;</description>
      <pubDate>Wed, 03 May 2006 16:35:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632194#M34739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T16:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632195#M34740</link>
      <description>joeparker wrote:&lt;BR /&gt;
&amp;gt; Why do you want to modify the handle?&lt;BR /&gt;
&lt;BR /&gt;
In a nutshell, because that's how ADT maintains links for tags.&lt;BR /&gt;
(My office uses a lot of DWA assemblies with doors in them...)&lt;BR /&gt;
&lt;BR /&gt;
1.  We insert a dwa with a default door infill into a construct.&lt;BR /&gt;
2.  We tag the door in a separate view file--ADT maintains the link via &lt;BR /&gt;
the Door's Handle.&lt;BR /&gt;
3.  We override the door infill (a month later, whatever) to change the &lt;BR /&gt;
door type as design progresses.  ADT creates a new object with a new handle.&lt;BR /&gt;
4.  Next time you open the view, the tag disappears because the Handle &lt;BR /&gt;
it was linked to no longer exists.&lt;BR /&gt;
&lt;BR /&gt;
If I could modify the object handle of the new door to be the same as &lt;BR /&gt;
the old door, I *think* the tags would stay...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
      <pubDate>Wed, 03 May 2006 16:58:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632195#M34740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T16:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632196#M34741</link>
      <description>Brian Winterscheidt wrote:&lt;BR /&gt;
&amp;gt; If I could modify the object handle of the new door to be the same as&lt;BR /&gt;
&amp;gt; the old door, I *think* the tags would stay...&lt;BR /&gt;
&lt;BR /&gt;
why not just make the old door's properties,&lt;BR /&gt;
identical to the (temporary) new door?&lt;BR /&gt;
&lt;BR /&gt;
like Strangers on a Train: "criss-cross"</description>
      <pubDate>Wed, 03 May 2006 17:05:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632196#M34741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T17:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632197#M34742</link>
      <description>Corey A. Layton wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; why not just make the old door's properties,&lt;BR /&gt;
&amp;gt; identical to the (temporary) new door?&lt;BR /&gt;
&lt;BR /&gt;
???  you left me at the station...&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
      <pubDate>Wed, 03 May 2006 17:10:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632197#M34742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T17:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632198#M34743</link>
      <description>Brian Winterscheidt wrote:&lt;BR /&gt;
&amp;gt; ???  you left me at the station...&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;3.  We override the door infill (a month later, whatever) to change the&lt;BR /&gt;
&amp;gt;door type as design progresses.  ADT creates a new object with a new &lt;BR /&gt;
&amp;gt;handle.&lt;BR /&gt;
&lt;BR /&gt;
this has got me befuddled.&lt;BR /&gt;
when you say 'override', you mean just changing the Infill's *Style* &lt;BR /&gt;
correct?&lt;BR /&gt;
Done by grip selecting the Infill Object (door) and selecting a new Style in &lt;BR /&gt;
Object Properties?&lt;BR /&gt;
If so, I don't understand why ADT would assign a new Handle?&lt;BR /&gt;
It's technically the same Object, with changed properties...&lt;BR /&gt;
&lt;BR /&gt;
&lt;GETTINGREADYTOTHOWMYSELFFROMTHETRAIN...&gt;&lt;/GETTINGREADYTOTHOWMYSELFFROMTHETRAIN...&gt;</description>
      <pubDate>Wed, 03 May 2006 17:22:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632198#M34743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T17:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632199#M34744</link>
      <description>Corey A. Layton wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Done by grip selecting the Infill Object (door) and selecting a new Style in &lt;BR /&gt;
&amp;gt; Object Properties?&lt;BR /&gt;
&lt;BR /&gt;
Nope--by changing the Infill Override.  But we looked into that option:&lt;BR /&gt;
&lt;BR /&gt;
If you ever change the dimension, style, or sometimes even location of &lt;BR /&gt;
the frame, doors that have been changed via Properties Palette revert &lt;BR /&gt;
back to the style that is defined in the dwa's Infill definition (hence &lt;BR /&gt;
our preference to override the infill)...&lt;BR /&gt;
&lt;BR /&gt;
OOTB, with either method, you can't keep both the object-based props &lt;BR /&gt;
*AND* the style-based props through all combinations of changing door, &lt;BR /&gt;
changing frame, changing size, etc.  Somewhere you will *always* lose &lt;BR /&gt;
something.&lt;BR /&gt;
&lt;BR /&gt;
It's a lose-lose-lose situation.  (the third "lose" being to create &lt;BR /&gt;
unique styles for every possible combination.)&lt;BR /&gt;
&lt;BR /&gt;
But now that I've got vba to copy the object data from old to new, &lt;BR /&gt;
changing the Handle is the last obstacle in getting our preferred &lt;BR /&gt;
workflow to "work"--Copy schedule data (and Handle!), Override Infill, &lt;BR /&gt;
Paste schedule data (and Handle!).&lt;BR /&gt;
&lt;BR /&gt;
But i'll entertain thoughts on how to make your suggested workflow &lt;BR /&gt;
function--anything that will *function*.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
      <pubDate>Wed, 03 May 2006 17:43:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632199#M34744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T17:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632200#M34745</link>
      <description>Brian Winterscheidt wrote:&lt;BR /&gt;
&amp;gt; If you ever change the dimension, style, or sometimes even location of&lt;BR /&gt;
&amp;gt; the frame, doors that have been changed via Properties Palette revert&lt;BR /&gt;
&amp;gt; back to the style that is defined in the dwa's Infill definition&lt;BR /&gt;
&amp;gt; (hence our preference to override the infill)...&lt;BR /&gt;
&lt;BR /&gt;
yeah,&lt;BR /&gt;
&lt;BR /&gt;
I've just dealt with that issue,&lt;BR /&gt;
mostly because it's the only option that maintains schedule tag &lt;BR /&gt;
anchors...&lt;G&gt;&lt;BR /&gt;
&lt;BR /&gt;
DWA's have a long way to go, IMO.&lt;BR /&gt;
They (being the ADT development team) may as well combine:&lt;BR /&gt;
Door/Window Assenblies&lt;BR /&gt;
Curtain Walls&lt;BR /&gt;
Curtain Wall Units&lt;BR /&gt;
etc.&lt;BR /&gt;
&lt;BR /&gt;
into a single 'Vertical Assembly' Object.&lt;BR /&gt;
(similar to what they've done with Spaces/Areas/Area Groups)&lt;BR /&gt;
&lt;BR /&gt;
I'd wadger that this eventually happens,&lt;BR /&gt;
and I hope it doesn't require a file-format change;&lt;BR /&gt;
'cause we/they just missed that boat!&lt;BR /&gt;
&lt;BR /&gt;
But for now DWA's are fully of wonky limitations,&lt;BR /&gt;
Infill editing being one&lt;BR /&gt;
(manditory) Fixed-depth Frame/Mullions being another&lt;BR /&gt;
there are more...&lt;BR /&gt;
&lt;BR /&gt;
I use DWA's very sparingly - only for Storefont Entrances and Borrowed &lt;BR /&gt;
Lites.&lt;BR /&gt;
And just deal with the inadaquacies.&lt;BR /&gt;
(And I typically make a new, project standard DWA style for each type that I &lt;BR /&gt;
need on a Project. I've found that a Tool Palette full of pre-canned styles &lt;BR /&gt;
is mostly useless, save for a few typical arrangements.)&lt;/G&gt;</description>
      <pubDate>Wed, 03 May 2006 17:56:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632200#M34745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T17:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632201#M34746</link>
      <description>Corey A. Layton wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I've just dealt with that issue,&lt;BR /&gt;
&amp;gt; mostly because it's the only option that maintains schedule tag &lt;BR /&gt;
&amp;gt; anchors...&lt;G&gt;&lt;BR /&gt;
&lt;BR /&gt;
Well, you're no help!  &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; into a single 'Vertical Assembly' Object.&lt;BR /&gt;
&lt;BR /&gt;
I agree.&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; (manditory) Fixed-depth Frame/Mullions being another&lt;BR /&gt;
&amp;gt; there are more...&lt;BR /&gt;
&lt;BR /&gt;
Yeah, but I've worked out some formula properties so they can *schedule* &lt;BR /&gt;
as adjusting to the wall, even if they don't *display* that way.  On an &lt;BR /&gt;
1/8" plan, who can tell anyway?&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I use DWA's very sparingly - only for Storefont Entrances and Borrowed &lt;BR /&gt;
&amp;gt; Lites.&lt;BR /&gt;
&lt;BR /&gt;
Every door is in a DWA.  But, 90% of our stuff has a borrowed lite, or &lt;BR /&gt;
is in a storefront entrance, or is in masonry and HAS to be a DWA...  So &lt;BR /&gt;
why handle the 10% that actually COULD simply be a "Door" any differently?&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; (And I typically make a new, project standard DWA style for each type that I &lt;BR /&gt;
&amp;gt; need on a Project. I've found that a Tool Palette full of pre-canned styles &lt;BR /&gt;
&amp;gt; is mostly useless, save for a few typical arrangements.)&lt;BR /&gt;
&lt;BR /&gt;
Oh, sure, we have lots of custom stuff for each job, but we also have &lt;BR /&gt;
tons of stuff that we reuse over and over again--If I created unique &lt;BR /&gt;
styles just for the stuff we reuse, I think I figured up 75-100 &lt;BR /&gt;
styles...  With the current set up, we've got all the options in less &lt;BR /&gt;
than 25 styles.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma&lt;/G&gt;</description>
      <pubDate>Wed, 03 May 2006 18:14:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632201#M34746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632202#M34747</link>
      <description>Brian Winterscheidt wrote:&lt;BR /&gt;
&amp;gt; Yeah, but I've worked out some formula properties so they can&lt;BR /&gt;
&amp;gt; *schedule* as adjusting to the wall, even if they don't *display*&lt;BR /&gt;
&amp;gt; that way.&lt;BR /&gt;
&lt;BR /&gt;
you needed '07 anchor properties to do that, right?&lt;BR /&gt;
if not,&lt;BR /&gt;
I'd be very curious in seeing your pre-'07 solution!&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Every door is in a DWA.&lt;BR /&gt;
&lt;BR /&gt;
I started out that way, got frustrated, and reverted back to using the Frame &lt;BR /&gt;
component of doors. I've even adjusted my DWA styles to have no &lt;BR /&gt;
frame/mullion component where the infilled Door goes, so thsat I didn't need &lt;BR /&gt;
two sets of Door Styles: one with Frames, one without...&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; With the current set up, we've got all the options in less&lt;BR /&gt;
&amp;gt; than 25 styles.&lt;BR /&gt;
&lt;BR /&gt;
now I understand your motivation...</description>
      <pubDate>Wed, 03 May 2006 18:38:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632202#M34747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T18:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632203#M34748</link>
      <description>Corey A. Layton wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; you needed '07 anchor properties to do that, right?&lt;BR /&gt;
&lt;BR /&gt;
Bwa ha ha!  2006!&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; if not,&lt;BR /&gt;
&amp;gt; I'd be very curious in seeing your pre-'07 solution!&lt;BR /&gt;
&lt;BR /&gt;
Here it is.  This had been posted awhile back to the ADT 2006 group &lt;BR /&gt;
while under development.  I have made a few minor changes since actually &lt;BR /&gt;
putting it into use, but grabbing this older file was quicker than &lt;BR /&gt;
setting up a new sample.  If you end up wanting to see the final &lt;BR /&gt;
version, I can email it to you later.&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I started out that way, got frustrated, and reverted back to using the Frame &lt;BR /&gt;
&amp;gt; component of doors. I've even adjusted my DWA styles to have no &lt;BR /&gt;
&amp;gt; frame/mullion component where the infilled Door goes, so thsat I didn't need &lt;BR /&gt;
&amp;gt; two sets of Door Styles: one with Frames, one without...&lt;BR /&gt;
&lt;BR /&gt;
Yeah, *all* of our doors are frameless...&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
      <pubDate>Wed, 03 May 2006 20:19:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632203#M34748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T20:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632204#M34749</link>
      <description>Brian Winterscheidt wrote:&lt;BR /&gt;
&amp;gt; Here it is.&lt;BR /&gt;
Impressive piece of coding there.&lt;BR /&gt;
It errors out in '07, however.&lt;BR /&gt;
Probably because i'm too lazy to re-code for the correct library references? &lt;BR /&gt;
&lt;G&gt;&lt;BR /&gt;
&lt;BR /&gt;
One question:&lt;BR /&gt;
Don't you want to add a constant to the determined Wall Width,&lt;BR /&gt;
to get the overall frame depth (throat dimension)?&lt;BR /&gt;
Typically, our HM frames detail @ and xtra 1/2" ea. side of wall finish.&lt;BR /&gt;
&lt;BR /&gt;
Personally,&lt;BR /&gt;
I'm hesitant to create a Shop Drawing out of my Construction Drawing.&lt;BR /&gt;
This listing of throat dims is typically the responsibility of the &lt;BR /&gt;
contractor/subcontractor.&lt;BR /&gt;
As designers, our frame detail spells out the design intent: 1/2" ea. side.&lt;BR /&gt;
It's the Contractor's responsibility to supply the correct frame siszes &lt;BR /&gt;
based upon that info. I guess going the xtra mile to furnish these &lt;BR /&gt;
meticulous sizes is part of BIM-thinking? I'm just not convinced of &lt;BR /&gt;
this -yet. It's very chicken/egg this BIM thing, eh? Someone's gotta take &lt;BR /&gt;
the first step...&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Yeah, *all* of our doors are frameless...&lt;BR /&gt;
That's *gotta* hurt!...&lt;/G&gt;</description>
      <pubDate>Wed, 03 May 2006 20:40:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632204#M34749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T20:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632205#M34750</link>
      <description>Corey A. Layton wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Impressive piece of coding there.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!  Couldn't have made it happen without a lot of assistance from &lt;BR /&gt;
the group, though!&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; It errors out in '07, however.&lt;BR /&gt;
&amp;gt; Probably because i'm too lazy to re-code for the correct library references? &lt;BR /&gt;
&amp;gt; &lt;G&gt;&lt;BR /&gt;
&lt;BR /&gt;
That would be my guess, but I haven't upgraded anything to 07 yet...&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; One question:&lt;BR /&gt;
&amp;gt; Don't you want to add a constant to the determined Wall Width,&lt;BR /&gt;
&amp;gt; to get the overall frame depth (throat dimension)?&lt;BR /&gt;
&amp;gt; Typically, our HM frames detail @ and xtra 1/2" ea. side of wall finish.&lt;BR /&gt;
&lt;BR /&gt;
That very thing is shown on our door schedule--a single frame profile &lt;BR /&gt;
that has two dimension strings-- one overall dim that reads "Schedule &lt;BR /&gt;
dimension at masonry and exterior walls", and a string that has 1/2" on &lt;BR /&gt;
each side, with "Schedule dimension at stud walls" in the middle.&lt;BR /&gt;
&lt;BR /&gt;
That's the way the bosses wanted it.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma&lt;/G&gt;</description>
      <pubDate>Wed, 03 May 2006 20:58:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632205#M34750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-03T20:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Modify object Handle</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632206#M34751</link>
      <description>Corey,&lt;BR /&gt;
&lt;BR /&gt;
Do you mind if I email you my code?  I think I am back to square one and &lt;BR /&gt;
looking for another way to save the PSD data...&lt;BR /&gt;
&lt;BR /&gt;
The way I have done it so far doesn't work once the original object is &lt;BR /&gt;
deleted.  Drat!&lt;BR /&gt;
&lt;BR /&gt;
Thought you might have some other ideas!  &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Winterscheidt&lt;BR /&gt;
LWPB Architecture&lt;BR /&gt;
Oklahoma City, Oklahoma</description>
      <pubDate>Thu, 04 May 2006 16:43:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modify-object-handle/m-p/1632206#M34751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-05-04T16:43:05Z</dc:date>
    </item>
  </channel>
</rss>

