<?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 Sets: What Subset is a Sheet part of? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/sheet-sets-what-subset-is-a-sheet-part-of/m-p/2693567#M65165</link>
    <description>&lt;P&gt;Thanks Tony - you are a legend!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just messing with that method when I got your response.&amp;nbsp; BASEDWG4 and BASEDWG4B are the one's in theSubsets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG4B - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{System.__ComObject}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.__ComObject: {System.__ComObject}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG5 - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{ACSMCOMPONENTS17Lib.AcSmSheetSetClass}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG4 - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{System.__ComObject}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.__ComObject: {System.__ComObject}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG6A - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{ACSMCOMPONENTS17Lib.AcSmSheetSetClass}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jun 2010 17:32:29 GMT</pubDate>
    <dc:creator>MarkSanchezSPEC</dc:creator>
    <dc:date>2010-06-08T17:32:29Z</dc:date>
    <item>
      <title>Sheet Sets: What Subset is a Sheet part of?</title>
      <link>https://forums.autodesk.com/t5/net-forum/sheet-sets-what-subset-is-a-sheet-part-of/m-p/2693547#M65163</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;I have existing VB.NET code (Thanks Lee Ambrosius)&amp;nbsp; that iterates though a Sheet Set and returns all Sheets and Subsets (see attached).&amp;nbsp; This is what I want except, when I find a Sheet, how would I go about finding what Subset it is part of (if any)?&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;In my test Sheet Set, some drawings are in Subsets and others are not, but the attached code returns all sheets regardless if they are in a Subset or not.&amp;nbsp; Like I said, this is fine, but I need to know what Subset any particualr sheet is a part of (if any).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;TIA&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;spanqy&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2010 16:56:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sheet-sets-what-subset-is-a-sheet-part-of/m-p/2693547#M65163</guid>
      <dc:creator>MarkSanchezSPEC</dc:creator>
      <dc:date>2010-06-08T16:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Sets: What Subset is a Sheet part of?</title>
      <link>https://forums.autodesk.com/t5/net-forum/sheet-sets-what-subset-is-a-sheet-part-of/m-p/2693564#M65164</link>
      <description>&lt;P&gt;You calll the GetOwner() method of the Sheet and it returns either the SubSet or the SheetSet that owns the sheet.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2010 17:24:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sheet-sets-what-subset-is-a-sheet-part-of/m-p/2693564#M65164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-08T17:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Sets: What Subset is a Sheet part of?</title>
      <link>https://forums.autodesk.com/t5/net-forum/sheet-sets-what-subset-is-a-sheet-part-of/m-p/2693567#M65165</link>
      <description>&lt;P&gt;Thanks Tony - you are a legend!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just messing with that method when I got your response.&amp;nbsp; BASEDWG4 and BASEDWG4B are the one's in theSubsets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG4B - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{System.__ComObject}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.__ComObject: {System.__ComObject}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG5 - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{ACSMCOMPONENTS17Lib.AcSmSheetSetClass}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG4 - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{System.__ComObject}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.__ComObject: {System.__ComObject}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;?sheet.GetTitle&lt;BR /&gt;"BASEDWG6A - Layout1"&lt;BR /&gt;?sheet.GetOwner&lt;BR /&gt;{ACSMCOMPONENTS17Lib.AcSmSheetSetClass}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2010 17:32:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sheet-sets-what-subset-is-a-sheet-part-of/m-p/2693567#M65165</guid>
      <dc:creator>MarkSanchezSPEC</dc:creator>
      <dc:date>2010-06-08T17:32:29Z</dc:date>
    </item>
  </channel>
</rss>

