<?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: Setting the 'Label' parameter of TextElements via API in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5818861#M70942</link>
    <description>&lt;P&gt;Hallo Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hoped you would have a better answer ! So the answer is that I build my own tags using TextNotes and Updater. But is there a way the get the subelements of a tag without opening the family editor (cause I think it is time expensive)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2015 06:03:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-16T06:03:22Z</dc:date>
    <item>
      <title>Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5773537#M70934</link>
      <description>&lt;P&gt;I'm trying to set the Label Parameter of TextElements via API in the same way like users do via GUI. Is there a way to set the parameter relationship to an elements parameter that receive the value and the TextElement that show the value in plans?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2015 06:41:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5773537#M70934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-17T06:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775236#M70935</link>
      <description>&lt;P&gt;I would expect it to be possible to achieve the same result programmatically as you do through the user interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you explored the database elements and their properties before and after setting up the label, e.g. using RevitLookup or the Ruby or Python shell?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should give you a hint how to adress the issue throug the API as well.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 06:43:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775236#M70935</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-08-18T06:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775258#M70936</link>
      <description>&lt;P&gt;Hoi Jeremy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used RevitLookup to get the structure/ information I need. I found out that there is&amp;nbsp;a BuiltInParameter called TAG_TAG with the StorageType None. This parameter is the parameter that a user fills with parameter references via GUI. An other BuiltInParameter called TAG_SAMPLE_TEXT contains sample values, dependent on the refered parameter, but how can I get or set the parameters that should be refered?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think one way is to set the value of the TextElements property Text using an own function. But I think its much better to use an on board API functionality!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 07:06:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775258#M70936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T07:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775270#M70937</link>
      <description>&lt;P&gt;Hoi hoi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What exact objects are we talking about here? TextElement, TextNote, or what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From you description, it sounds more like a tag element.&amp;nbsp;IndependentTag?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 07:13:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775270#M70937</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-08-18T07:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775275#M70938</link>
      <description>&lt;P&gt;We speek about TextElements.&lt;BR /&gt;&lt;BR /&gt;Edited by&lt;BR /&gt;Discussion_Admin&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:17:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775275#M70938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775536#M70939</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the topic is about TextElements, in Family context.&lt;/P&gt;&lt;P&gt;If you create a label family, you want the placed FamilyInstances to display certain parameters.&lt;/P&gt;&lt;P&gt;How to set the label parameter, by code ?&lt;/P&gt;&lt;P&gt;How to make a parameter to be connected to the label, in the Family document ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:59:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5775536#M70939</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-08-18T11:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5817738#M70940</link>
      <description>&lt;P&gt;Hi Revitalizer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that you for summerizing of my problem. Using a TextElement via GUI expact the selection of a parameter. This parameter sets the text value in the label. But how can I get or set this referenced parameter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An other question is: Is there a way to have access to get the TextElements of a Tag without opening the family?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917"&gt;@jeremytammik﻿&lt;/a&gt;&amp;nbsp;You can use a independent tag revit, too. The question is: How can I set a value depending on a parameters value to the TextElement.Text attribute? I tried to use a TextNote but this is not a option because the value would be static and not dynamic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Christian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:57:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5817738#M70940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-15T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5818628#M70941</link>
      <description>&lt;P&gt;Dear Christian,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds to me as if, if all else fails, you should be able to achieve this using the dynamic model updating framework DMU:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.31" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.31&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 23:55:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5818628#M70941</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-09-15T23:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5818861#M70942</link>
      <description>&lt;P&gt;Hallo Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hoped you would have a better answer ! So the answer is that I build my own tags using TextNotes and Updater. But is there a way the get the subelements of a tag without opening the family editor (cause I think it is time expensive)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2015 06:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5818861#M70942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T06:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5818900#M70943</link>
      <description>&lt;P&gt;Dear Christian,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also still hope someone else has a better answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This suggestion just came to mind as a last resort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2015 06:46:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5818900#M70943</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-09-16T06:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5839904#M70944</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have analysed the API for my problem but I don't found a solution. I can not believe that there is no way to get the referred parameters. I summarized the issue in a document. Maybe an other one can tell me whether the problem can be solved or not?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 06:45:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/5839904#M70944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T06:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/6006961#M70945</link>
      <description>&lt;P&gt;Well for what it's worth, I smashed my face against this problem, trying to set the label parameter of a TextElement in a family, and came up empty handed. I think our only hope is for a wishlist item =\.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I'm using:&lt;/P&gt;&lt;PRE&gt;namespace test
{
    [TransactionAttribute(TransactionMode.Manual), RegenerationAttribute(RegenerationOption.Manual)]
    public class textelemtest : IExternalCommand
    {

        public Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements)
        {

            UIApplication App = commandData.Application;
            Document famdoc = App.ActiveUIDocument.Document;
            
            FilteredElementCollector textcoll = new FilteredElementCollector(famdoc);
            ICollection&amp;lt;ElementId&amp;gt; textelementids = textcoll.OfClass(typeof(TextElement)).ToElementIds();
            Parameter label = null;
            foreach (ElementId id in textelementids)
            {
                Element elem = famdoc.GetElement(id);
                //there doesnt appear to be a builtinparameter for Label, selecting the parameter via the name =\
                foreach (Parameter p in elem.Parameters)
                {
                    if (p.Definition.Name == "Label")
                    {
                        label = p;
                    }
                }
                if (label != null)
                {
                    using (Transaction trans = new Transaction(famdoc))
                    {
                        trans.Start("Update Parameter");
                        //not sure how to set this parameter
                        label.Set(?????);
                        trans.Commit();
                    }
                }
            }
            
            return Result.Succeeded;
        }
    }
    
}&lt;/PRE&gt;&lt;P&gt;t&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:05:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/6006961#M70945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T16:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/6755901#M70946</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any news about Label Parameter?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 15:31:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/6755901#M70946</guid>
      <dc:creator>damian.szyjka</dc:creator>
      <dc:date>2016-12-17T15:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7542027#M70947</link>
      <description>&lt;P&gt;And now? Dale&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 09:58:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7542027#M70947</guid>
      <dc:creator>Dale.Bartlett</dc:creator>
      <dc:date>2017-11-14T09:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7542104#M70948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend to bring it to the Idea Station.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-ideas/idb-p/302/tab/most-recent" target="_blank"&gt;https://forums.autodesk.com/t5/revit-ideas/idb-p/302/tab/most-recent&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is already an existing idea for the issue, vote it up.&lt;/P&gt;
&lt;P&gt;If not, create a new one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The more votes, the higher the priority to be implemented.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 10:25:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7542104#M70948</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2017-11-14T10:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7542119#M70949</link>
      <description>&lt;P&gt;Dear Dale,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you aware of any wish list database entry number?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this submitted to the Revit Idea Station yet?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, I would suggest doing so right away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meanwhile, I am checking with the development team for you...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 10:28:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7542119#M70949</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-11-14T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7543231#M70950</link>
      <description>&lt;P&gt;We have an internal wish list item for this,&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;CF-3799&lt;/STRONG&gt;&lt;/U&gt; [API access to read and write labels].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added a link to this thread to that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot find a Revit Ideas link about setting labels, but there is one about getting them:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-ideas/api-get-shared-parameter-linked-to-a-label/idi-p/7077420" target="_blank"&gt;https://forums.autodesk.com/t5/revit-ideas/api-get-shared-parameter-linked-to-a-label/idi-p/7077420&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 16:11:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/7543231#M70950</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-11-14T16:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/9670561#M70951</link>
      <description>&lt;P&gt;Was anything ever added to the API for this?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:25:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/9670561#M70951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-03T19:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/10593950#M70952</link>
      <description>&lt;P&gt;Has there been an update on this? Would be a really useful feature?&lt;/P&gt;&lt;P&gt;I've seen&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917"&gt;@jeremytammik&lt;/a&gt;'s handle show up across multiple posts, seems to be the Revit API wizard around?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:14:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/10593950#M70952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-02T15:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the 'Label' parameter of TextElements via API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/11547720#M70953</link>
      <description>&lt;P&gt;I also want it&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2022 08:51:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/setting-the-label-parameter-of-textelements-via-api/m-p/11547720#M70953</guid>
      <dc:creator>nj19790605</dc:creator>
      <dc:date>2022-11-12T08:51:16Z</dc:date>
    </item>
  </channel>
</rss>

