<?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: Property_Value_Of_Parent request in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401722#M44285</link>
    <description>&lt;P&gt;With the other request you mean "Property_name"? If so, then I think that would not be necessary, since you already have all the same data and can assume that the parent element has the property (since it was found in its properties list).&lt;BR /&gt;&lt;BR /&gt;Also now that I think of it I don't understand fully understand the context of your question. Because once a property is created, I think it keeps the same GUID. Or does that change when working with teamwork?&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 05:26:12 GMT</pubDate>
    <dc:creator>BerndSchwarzenbacher</dc:creator>
    <dc:date>2023-10-10T05:26:12Z</dc:date>
    <item>
      <title>Property_Value_Of_Parent request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401262#M44277</link>
      <description>&lt;P&gt;Hi! I've already given some time to check the previous answers within GDL center and previous topics.&lt;BR /&gt;&lt;BR /&gt;Is there a way to predefine the parameter to search by AC Property string name? Bring something out of teamwork or placing it at it will reset Property unique IDs, making all of the custom labels loose their previously chosen properties.&lt;BR /&gt;&lt;BR /&gt;The only other way I could think of solving that is placing the request at a Master, so all child labels would read the same parameter and wouldn't loose it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;n = REQUEST ("Property_Name",  myProperty, _typeName, _groupName, _propertyName)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 15:59:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401262#M44277</guid>
      <dc:creator>vdentello</dc:creator>
      <dc:date>2023-10-06T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Property_Value_Of_Parent request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401321#M44278</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;How about something like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;name = "Fire Resistance Rating"

dim _parentProperties[]
n = REQUEST ("Properties_Of_Parent", "", _parentProperties)

for i = 1 to vardim1(_parentProperties) step 4
	_propertyGuid = _parentProperties[i]
	_typeName = _parentProperties[i+1]
	_groupName = _parentProperties[i+2]
	_propertyName = _parentProperties[i+3]

	if (_propertyName = name) then
		! Use the found property here
		goto "DONE"
	endif
next i

"DONE":
END&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 13:58:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401321#M44278</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-10-07T13:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Property_Value_Of_Parent request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401664#M44284</link>
      <description>&lt;P&gt;It worked! I passed then the propertyGuid to the other Request and then used the returned Integer as a checker to draw a specific symbol.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 21:53:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401664#M44284</guid>
      <dc:creator>vdentello</dc:creator>
      <dc:date>2023-10-09T21:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Property_Value_Of_Parent request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401722#M44285</link>
      <description>&lt;P&gt;With the other request you mean "Property_name"? If so, then I think that would not be necessary, since you already have all the same data and can assume that the parent element has the property (since it was found in its properties list).&lt;BR /&gt;&lt;BR /&gt;Also now that I think of it I don't understand fully understand the context of your question. Because once a property is created, I think it keeps the same GUID. Or does that change when working with teamwork?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 05:26:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Property-Value-Of-Parent-request/m-p/401722#M44285</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-10-10T05:26:12Z</dc:date>
    </item>
  </channel>
</rss>

