<?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 Label Object that links to &amp;quot;Matching Properties&amp;quot; in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185209#M23812</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I quite often use Property Objects to show me what the specification reference should be for my walls. What frustrates me is that you can't (well I can't)  get the ID of the wall to pick up the &lt;A href="http://homepage.mac.com/fuzzytnth3/trapdoor/linkedproperty.jpg/" target="_blank"&gt;Linked Property&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="http://homepage.mac.com/fuzzytnth3/trapdoor/linkedproperty.jpg" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I just had an idea that it might be possible to use a Label Object to "Request" the linked property object name and so that way I could display on my drawings the Spec Ref without having change the ID of the wall.&lt;BR /&gt;
&lt;BR /&gt;
So before I go off and try and make the Label Object I wondered if anybody out there had already made such a thing?&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 07 Sep 2009 16:09:56 GMT</pubDate>
    <dc:creator>fuzzytnth3</dc:creator>
    <dc:date>2009-09-07T16:09:56Z</dc:date>
    <item>
      <title>Label Object that links to "Matching Properties"</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185209#M23812</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I quite often use Property Objects to show me what the specification reference should be for my walls. What frustrates me is that you can't (well I can't)  get the ID of the wall to pick up the &lt;A href="http://homepage.mac.com/fuzzytnth3/trapdoor/linkedproperty.jpg/" target="_blank"&gt;Linked Property&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="http://homepage.mac.com/fuzzytnth3/trapdoor/linkedproperty.jpg" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I just had an idea that it might be possible to use a Label Object to "Request" the linked property object name and so that way I could display on my drawings the Spec Ref without having change the ID of the wall.&lt;BR /&gt;
&lt;BR /&gt;
So before I go off and try and make the Label Object I wondered if anybody out there had already made such a thing?&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Sep 2009 16:09:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185209#M23812</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2009-09-07T16:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Label Object that links to "Matching Properties&amp;amp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185210#M23813</link>
      <description>Looks like this is the command I need but it's proving challenging to get any data out of it.&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;REQUEST ("ASSOCEL_PROPERTIES ", parameter_string, nr_data, data) &lt;BR /&gt;
Returns, in the given variables, own property data or the element properties which the library part containing this request is associated to (in &lt;BR /&gt;
labels and associative marker objects). The function return value is the number of successfully retrieved values, 0 if no property data was found &lt;BR /&gt;
or an error occurred. The function does not work in property objects during the listing process. &lt;BR /&gt;
parameter_string: a combination of keywords separated by commas representing the requested fields of the property data records. &lt;BR /&gt;
Records will be ordered accordingly. Possible values: &lt;BR /&gt;
ISCOMP &lt;BR /&gt;
DBSETNAME &lt;BR /&gt;
KEYCODE &lt;BR /&gt;
KEYNAME &lt;BR /&gt;
CODE &lt;BR /&gt;
NAME &lt;BR /&gt;
FULLNAME &lt;BR /&gt;
QUANTITY &lt;BR /&gt;
TOTQUANTITY &lt;BR /&gt;
UNITCODE &lt;BR /&gt;
UNITNAME &lt;BR /&gt;
UNITFORMATSTR &lt;BR /&gt;
PROPOBJNAME &lt;BR /&gt;
nr_data:  returns the number of the data items &lt;BR /&gt;
data:  returns the property data, records containing and being ordered by the fields specified in the parameter string. Values are &lt;BR /&gt;
returned as a one dimensional array which contains the requested record fields successively, independently of the dimensions &lt;BR /&gt;
of the variable specified to store it. If the variable is not a dynamic array, there are as many elements stored as there is room &lt;BR /&gt;
for (for a simple variable only one, the first element). If values is a two dimensional dynamic array, all elements are stored in &lt;BR /&gt;
the first row. &lt;BR /&gt;
Example: &lt;BR /&gt;
DIM DATA [] &lt;BR /&gt;
n = REQUEST ("ASSOCEL_PROPERTIES", "iscomp, code, name", nr, data) &lt;BR /&gt;
			IF nr = 0 THEN &lt;BR /&gt;
	TEXT2 0, 0, "No properties" &lt;BR /&gt;
ELSE &lt;BR /&gt;
	j = 0 &lt;BR /&gt;
	FOR i = 1 TO nr&lt;E&gt;&lt;/E&gt;</description>
      <pubDate>Wed, 09 Sep 2009 10:38:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185210#M23813</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2009-09-09T10:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Label Object that links to "Matching Properties&amp;amp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185211#M23814</link>
      <description>I managed to make the object and you can download it from the Object Depositry &lt;A href="http://archicad-talk.graphisoft.com/object_depository.php?browse=Depository/01%20General/Custom%20Labels" target="_blank"&gt;Label Object&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Having made it I think there maybe an easier way to make a Label Object that avoids the need to setup a Property Object and link it to ArchiCAD's database by instead just requesting the name of the Composite Fill. So far though I'm not having any luck getting it to work.</description>
      <pubDate>Mon, 14 Sep 2009 11:47:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185211#M23814</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2009-09-14T11:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Label Object that links to "Matching Properties&amp;amp</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185212#M23815</link>
      <description>Hi Fuzzy,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for sharing your object!  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; 
&lt;BLOCKQUOTE&gt;fuzzytnth3 wrote:&lt;BR /&gt;...and link it to ArchiCAD's database by instead just requesting the name of the Composite Fill...&lt;/BLOCKQUOTE&gt;
Have you tried the "WALL_COMPS_NAME"? (GDL Reference Manual page 234)&lt;BR /&gt;
&lt;BR /&gt;
HTH.</description>
      <pubDate>Mon, 14 Sep 2009 14:28:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Label-Object-that-links-to-quot-Matching-Properties-quot/m-p/185212#M23815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T14:28:34Z</dc:date>
    </item>
  </channel>
</rss>

