<?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: View ID/Name in a gdl-object in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254165#M2898</link>
    <description>try detail marker at #323921, that work. It's only way to get view name.</description>
    <pubDate>Wed, 24 Mar 2021 09:28:45 GMT</pubDate>
    <dc:creator>kuvbur</dc:creator>
    <dc:date>2021-03-24T09:28:45Z</dc:date>
    <item>
      <title>View ID/Name in a gdl-object</title>
      <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254161#M2894</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to create a simplified "stamp" to put on every view that is being exported as dwg.&lt;BR /&gt;I'd like this object to read Building name and Date which I've done but I can't figure out how to get the ID and Name of the view from the View Map? Any idea?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Mats&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:44:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254161#M2894</guid>
      <dc:creator>Mats_Knutsson</dc:creator>
      <dc:date>2021-09-14T07:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: View ID/Name in a gdl-object</title>
      <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254162#M2895</link>
      <description>Hey Mats&lt;BR /&gt;
&lt;BR /&gt;
Have a look at &lt;A href="http://gdl.graphisoft.com/reference-guide/drawing-title-attributes" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://gdl.graphisoft.com/reference-guide/drawing-title-attributes" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://gdl.graphisoft.com/reference-gui ... attributes&amp;quot;&amp;gt;http://gdl.graphisoft.com/reference-guide/drawing-title-attributes&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/reference-gui ... attributes"&gt;http://gdl.graphisoft.com/reference-guide/drawing-title-attributes&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Edit: Make sure you've selected "By View ID" and "By View Name" in your drawing settings.</description>
      <pubDate>Tue, 23 Mar 2021 07:28:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254162#M2895</guid>
      <dc:creator>Dominic Wyss</dc:creator>
      <dc:date>2021-03-23T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: View ID/Name in a gdl-object</title>
      <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254163#M2896</link>
      <description>You can use a custom linked marker and link to the view. To display the name, use AC_MarkerText_2. In attach - example of custom detail marker</description>
      <pubDate>Tue, 23 Mar 2021 09:21:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254163#M2896</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2021-03-23T09:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: View ID/Name in a gdl-object</title>
      <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254164#M2897</link>
      <description>It's a View as a saved View in the View Map...not a Layout or on a layout.</description>
      <pubDate>Tue, 23 Mar 2021 10:59:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254164#M2897</guid>
      <dc:creator>Mats_Knutsson</dc:creator>
      <dc:date>2021-03-23T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: View ID/Name in a gdl-object</title>
      <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254165#M2898</link>
      <description>try detail marker at #323921, that work. It's only way to get view name.</description>
      <pubDate>Wed, 24 Mar 2021 09:28:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254165#M2898</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2021-03-24T09:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: View ID/Name in a gdl-object</title>
      <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254166#M2899</link>
      <description>&lt;BLOCKQUOTE&gt;kuvbur wrote:&lt;BR /&gt;
try detail marker at #323921, that work. It's only way to get view name.
&lt;/BLOCKQUOTE&gt;

thx. will test if it's a viable solution.</description>
      <pubDate>Wed, 24 Mar 2021 13:33:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254166#M2899</guid>
      <dc:creator>Mats_Knutsson</dc:creator>
      <dc:date>2021-03-24T13:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: View ID/Name in a gdl-object</title>
      <link>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254167#M2900</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
You need to look into the "HomeDB_info" Request.&lt;BR /&gt;
&lt;BR /&gt;
Best regards</description>
      <pubDate>Mon, 29 Mar 2021 21:16:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/View-ID-Name-in-a-gdl-object/m-p/254167#M2900</guid>
      <dc:creator>sinceV6</dc:creator>
      <dc:date>2021-03-29T21:16:12Z</dc:date>
    </item>
  </channel>
</rss>

