<?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: Sheet Set Manager API in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854465#M28690</link>
    <description>Have you used the GetPropertyEnumerator?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Chris Shoemaker" &lt;CSS&gt; wrote in message &lt;BR /&gt;
news:5441289@discussion.autodesk.com...&lt;BR /&gt;
...&lt;BR /&gt;
The problem i have is that I still havn't been able to return a list of all&lt;BR /&gt;
the defined custom properties.&lt;/CSS&gt;</description>
    <pubDate>Thu, 04 Jan 2007 18:42:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-01-04T18:42:22Z</dc:date>
    <item>
      <title>Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854460#M28685</link>
      <description>Anyone out there doing anything with the SSM?&lt;BR /&gt;
&lt;BR /&gt;
I see how to iterate the collection of open sheet sets, but I don't see &lt;BR /&gt;
how to tell which one is current (visible in the SSM palette).&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R.K. McSwain&lt;BR /&gt;
http://rkmcswain.blogspot.com</description>
      <pubDate>Thu, 04 Jan 2007 16:41:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854460#M28685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T16:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854461#M28686</link>
      <description>Yeah, I do stuff with SSM.&lt;BR /&gt;
&lt;BR /&gt;
I've never really worried about which one was visible. I know what folder &lt;BR /&gt;
the current drawing is saved in, and use that to determine which database I &lt;BR /&gt;
need to be using.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"R.K. McSwain" &lt;RKMCSWAIN&gt; wrote in message &lt;BR /&gt;
news:5441126@discussion.autodesk.com...&lt;BR /&gt;
Anyone out there doing anything with the SSM?&lt;BR /&gt;
&lt;BR /&gt;
I see how to iterate the collection of open sheet sets, but I don't see&lt;BR /&gt;
how to tell which one is current (visible in the SSM palette).&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R.K. McSwain&lt;BR /&gt;
http://rkmcswain.blogspot.com&lt;/RKMCSWAIN&gt;</description>
      <pubDate>Thu, 04 Jan 2007 17:40:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854461#M28686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854462#M28687</link>
      <description>R. Robert Bell said the following On 1/4/2007 11:40 AM:&lt;BR /&gt;
&amp;gt; Yeah, I do stuff with SSM.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I've never really worried about which one was visible. I know what folder &lt;BR /&gt;
&amp;gt; the current drawing is saved in, and use that to determine which database I &lt;BR /&gt;
&amp;gt; need to be using.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&lt;BR /&gt;
Hey Robert, how's it going?&lt;BR /&gt;
&lt;BR /&gt;
Actually since I made that post, that particular problem has become a &lt;BR /&gt;
non-issue.&lt;BR /&gt;
&lt;BR /&gt;
What I need to do now is search for a certain 'Sheet Set' Custom &lt;BR /&gt;
Property and if it exists, change it.&lt;BR /&gt;
&lt;BR /&gt;
The SSM API documentation is basically non-existent. Do you ADN guys &lt;BR /&gt;
have access to better docs?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R.K. McSwain&lt;BR /&gt;
http://rkmcswain.blogspot.com</description>
      <pubDate>Thu, 04 Jan 2007 18:12:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854462#M28687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T18:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854463#M28688</link>
      <description>Agreed...the documentation is pretty weak, though there is a vba sample that &lt;BR /&gt;
should get you pointed in the right direction.&lt;BR /&gt;
&lt;BR /&gt;
Ie:&lt;BR /&gt;
&lt;BR /&gt;
C:\Program Files\Autodesk Building Systems 2006\Sample\ActiveX\SheetSetVBA\&lt;BR /&gt;
&lt;BR /&gt;
The problem i have is that I still havn't been able to return a list of all &lt;BR /&gt;
the defined custom properties.&lt;BR /&gt;
&lt;BR /&gt;
-Chris&lt;BR /&gt;
&lt;BR /&gt;
"R.K. McSwain" &lt;RKMCSWAIN&gt; wrote in message &lt;BR /&gt;
news:5441291@discussion.autodesk.com...&lt;BR /&gt;
R. Robert Bell said the following On 1/4/2007 11:40 AM:&lt;BR /&gt;
&amp;gt; Yeah, I do stuff with SSM.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've never really worried about which one was visible. I know what folder&lt;BR /&gt;
&amp;gt; the current drawing is saved in, and use that to determine which database &lt;BR /&gt;
&amp;gt; I&lt;BR /&gt;
&amp;gt; need to be using.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
Hey Robert, how's it going?&lt;BR /&gt;
&lt;BR /&gt;
Actually since I made that post, that particular problem has become a&lt;BR /&gt;
non-issue.&lt;BR /&gt;
&lt;BR /&gt;
What I need to do now is search for a certain 'Sheet Set' Custom&lt;BR /&gt;
Property and if it exists, change it.&lt;BR /&gt;
&lt;BR /&gt;
The SSM API documentation is basically non-existent. Do you ADN guys&lt;BR /&gt;
have access to better docs?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R.K. McSwain&lt;BR /&gt;
http://rkmcswain.blogspot.com&lt;/RKMCSWAIN&gt;</description>
      <pubDate>Thu, 04 Jan 2007 18:33:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854463#M28688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T18:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854464#M28689</link>
      <description>Here is how you can get a specific custom property.&lt;BR /&gt;
&lt;BR /&gt;
Dim allProps As AcSmCustomPropertyBag&lt;BR /&gt;
Set allProps = mySheetSet.GetCustomPropertyBag&lt;BR /&gt;
&lt;BR /&gt;
Dim aPropValue As AcSmCustomPropertyValue&lt;BR /&gt;
Set aPropValue = allProps.GetProperty("Sheet Total Starting Number")&lt;BR /&gt;
&lt;BR /&gt;
I'm not on ADN, so I don't know if they have better docs or not. Most of &lt;BR /&gt;
what I've done is by trial-and-error, similar to what Lee when thru for his &lt;BR /&gt;
class on SSM at AU2005. If you are just starting out with SSM customization, &lt;BR /&gt;
I'd suggest getting that class handout.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"R.K. McSwain" &lt;RKMCSWAIN&gt; wrote in message &lt;BR /&gt;
news:5441291@discussion.autodesk.com...&lt;BR /&gt;
R. Robert Bell said the following On 1/4/2007 11:40 AM:&lt;BR /&gt;
&amp;gt; Yeah, I do stuff with SSM.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I've never really worried about which one was visible. I know what folder&lt;BR /&gt;
&amp;gt; the current drawing is saved in, and use that to determine which database &lt;BR /&gt;
&amp;gt; I&lt;BR /&gt;
&amp;gt; need to be using.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
Hey Robert, how's it going?&lt;BR /&gt;
&lt;BR /&gt;
Actually since I made that post, that particular problem has become a&lt;BR /&gt;
non-issue.&lt;BR /&gt;
&lt;BR /&gt;
What I need to do now is search for a certain 'Sheet Set' Custom&lt;BR /&gt;
Property and if it exists, change it.&lt;BR /&gt;
&lt;BR /&gt;
The SSM API documentation is basically non-existent. Do you ADN guys&lt;BR /&gt;
have access to better docs?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R.K. McSwain&lt;BR /&gt;
http://rkmcswain.blogspot.com&lt;/RKMCSWAIN&gt;</description>
      <pubDate>Thu, 04 Jan 2007 18:39:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854464#M28689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T18:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854465#M28690</link>
      <description>Have you used the GetPropertyEnumerator?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Chris Shoemaker" &lt;CSS&gt; wrote in message &lt;BR /&gt;
news:5441289@discussion.autodesk.com...&lt;BR /&gt;
...&lt;BR /&gt;
The problem i have is that I still havn't been able to return a list of all&lt;BR /&gt;
the defined custom properties.&lt;/CSS&gt;</description>
      <pubDate>Thu, 04 Jan 2007 18:42:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854465#M28690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854466#M28691</link>
      <description>R. Robert Bell said the following On 1/4/2007 12:39 PM:&lt;BR /&gt;
&amp;gt; Here is how you can get a specific custom property.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Dim allProps As AcSmCustomPropertyBag&lt;BR /&gt;
&amp;gt; Set allProps = mySheetSet.GetCustomPropertyBag&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Dim aPropValue As AcSmCustomPropertyValue&lt;BR /&gt;
&amp;gt; Set aPropValue = allProps.GetProperty("Sheet Total Starting Number")&lt;BR /&gt;
&lt;BR /&gt;
That's exactly where I was on it, but I keep getting an error. After &lt;BR /&gt;
seeing your code, I figured we are on the right track, so I kept going.&lt;BR /&gt;
&lt;BR /&gt;
After a bit, I have found that this works for custom properties owned by &lt;BR /&gt;
the "Sheet", but not those owned by the "Sheet Set"&lt;BR /&gt;
&lt;BR /&gt;
...and the .GetProperty method expects proper case also.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I'm not on ADN, so I don't know if they have better docs or not. Most of &lt;BR /&gt;
&amp;gt; what I've done is by trial-and-error, similar to what Lee when thru for his &lt;BR /&gt;
&amp;gt; class on SSM at AU2005. If you are just starting out with SSM customization, &lt;BR /&gt;
&amp;gt; I'd suggest getting that class handout.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ok, I thought you were on ADN. Thanks for the reminder on the AU handout.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R.K. McSwain&lt;BR /&gt;
http://rkmcswain.blogspot.com</description>
      <pubDate>Thu, 04 Jan 2007 19:44:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854466#M28691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T19:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854467#M28692</link>
      <description>&amp;gt;Do you ADN guys have access to better docs?&lt;BR /&gt;
&lt;BR /&gt;
ADN doesn't necessarily provide additional docs beyond the SDK, but it does &lt;BR /&gt;
have a database of Questions &amp;amp; Answers, not too unlike this forum, that can &lt;BR /&gt;
be searched.&lt;BR /&gt;
-- &lt;BR /&gt;
Bobby C. Jones</description>
      <pubDate>Thu, 04 Jan 2007 21:28:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854467#M28692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-04T21:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Set Manager API</title>
      <link>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854468#M28693</link>
      <description>Yep, assuming they'd work similarly to the sheet sets themselves that was my &lt;BR /&gt;
first try, but i seem to recall it not working.&lt;BR /&gt;
&lt;BR /&gt;
-Chris&lt;BR /&gt;
&lt;BR /&gt;
"R. Robert Bell" &lt;NOT.ROBERTB&gt; wrote in message &lt;BR /&gt;
news:5441304@discussion.autodesk.com...&lt;BR /&gt;
Have you used the GetPropertyEnumerator?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
R. Robert Bell&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Chris Shoemaker" &lt;CSS&gt; wrote in message&lt;BR /&gt;
news:5441289@discussion.autodesk.com...&lt;BR /&gt;
...&lt;BR /&gt;
The problem i have is that I still havn't been able to return a list of all&lt;BR /&gt;
the defined custom properties.&lt;/CSS&gt;&lt;/NOT.ROBERTB&gt;</description>
      <pubDate>Fri, 05 Jan 2007 22:28:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/sheet-set-manager-api/m-p/1854468#M28693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-05T22:28:03Z</dc:date>
    </item>
  </channel>
</rss>

