<?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: Elevation Marker – Problem! in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75376#M32335</link>
    <description>There are limitations about the usage of SYMB_POS_X and SYMB_POS_Y. Both are 0 if you are in GLOB_CONTEXT=5. Unfortunatly the PARAMETERS-statement works normally only if GLOB_CONTEXT=5. What's new for me is, that obvisiously there is a situation, when PARAMETERS do work and the both parameters have the correct value. It has to be in Floor plan situation, but I have no idea how to check this situation by environment parameters.&lt;BR /&gt;
&lt;BR /&gt;
I have changed your script to store all global position parameters separete:&lt;BR /&gt;

&lt;PRE&gt;HOTSPOT2 0, 0, 01
HOTSPOT2 a, b, 02

DEFINE STYLE "oben"   Arial, 3, 8, 0
DEFINE STYLE "unten"   Arial, 3, 2, 0

IF GLOB_CONTEXT&amp;gt;1 AND GLOB_CONTEXT&amp;lt;5 THEN
  PARAMETERS ePOSx=SYMB_POS_X, ePOSy=SYMB_POS_Y, ePOSz=SYMB_POS_Z
  ENDIF

STYLE "oben"
   TEXT2 a/2, b/2, STR("%m", SYMB_POS_X)+"/"+STR("%m", SYMB_POS_Y)+"/"+STR("%m", SYMB_POS_Z)
STYLE "unten"
   TEXT2 a/2, b/2, STR("%m", ePOSx)+"/"+STR("%m", ePOSy)+"/"+STR("%m", ePOSz)&lt;/PRE&gt;

I have loged the environment parameters when object is inserted into plan:&lt;BR /&gt;
&lt;BR /&gt;
[log-format: time•script-type•context•global parameter•local parameter]&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Selection in Object dialog box:&lt;/B&gt;&lt;BR /&gt;
08:47:46 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:46 • Interface-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:46 • Interface-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:46 • 2D-Skript-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
&lt;B&gt;Built 2D view after closing dialog:&lt;/B&gt;&lt;BR /&gt;
08:47:48 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
&lt;B&gt;Resizing the object:&lt;/B&gt;&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:02 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:02 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:02 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:02 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
&lt;BR /&gt;
My goal is to store the global position of an object in the moment it is placed in floor plan. This position may never change afterwards! For this I do not see a way. Do you?&lt;BR /&gt;
&lt;BR /&gt;
Funny thing beside: SYMB_POS_Z has ALWAYS a correct value!</description>
    <pubDate>Fri, 26 Jan 2007 08:12:20 GMT</pubDate>
    <dc:creator>Frank Beister</dc:creator>
    <dc:date>2007-01-26T08:12:20Z</dc:date>
    <item>
      <title>Elevation Marker – Problem!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75372#M32331</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;txt=str ("% +m",y~)&lt;BR /&gt;
pen 1&lt;BR /&gt;
text2 0,0,txt&lt;BR /&gt;
&lt;BR /&gt;
How to fix values «txt» that at moving they not change?&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/13238i0CE8E3ADCFF61677/image-size/large?v=v2&amp;amp;px=999" border="0" alt="qu1.gif" title="qu1.gif" /&gt;</description>
      <pubDate>Wed, 24 Jan 2007 19:42:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75372#M32331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-24T19:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation Marker – Problem!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75373#M32332</link>
      <description>Create two variables such as "Text":&lt;BR /&gt;
&lt;B&gt;dimText1&lt;BR /&gt;
dimText2&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Write in the Master a script:
&lt;PRE&gt;HOTSPOT2 0, 0

DEFINE STYLE "dimText1"   Arial, 3, 8, 0
DEFINE STYLE "dimText2"   Arial, 3, 2, 0

Identify = ""
Identify = STR("%m", SYMB_POS_Y)

IF glob_context &amp;lt; 20 AND glob_context &amp;lt;&amp;gt; 5 THEN
	PARAMETERS dimText2 = Identify
ENDIF

dimText1 = STR("%m", SYMB_POS_Y)

STYLE "dimText1"
	TEXT2 0, 0, dimText1
STYLE "dimText2"
	TEXT2 0, 0, dimText2&lt;/PRE&gt;

In АС10 this script works. It works as follows.&lt;BR /&gt;
&lt;B&gt;dimText1&lt;/B&gt; always shows current SYMB_POS_Y.&lt;BR /&gt;
&lt;B&gt;dimText2&lt;/B&gt; will show SYMB_POS_Y, only when the library part will be placed on the plan or a section.&lt;BR /&gt;
If this script will is included in a library part which can to be stretched, after extension &lt;B&gt;dimText2&lt;/B&gt; again will show SYMB_POS_Y.   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 24 Jan 2007 22:59:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75373#M32332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-24T22:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation Marker – Problem!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75374#M32333</link>
      <description>But it is not possible to store the XY-Position the object originally was positioned, isn't it? You have minimal to stretch it one time to store the position into dimtext2.</description>
      <pubDate>Thu, 25 Jan 2007 09:59:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75374#M32333</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2007-01-25T09:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation Marker – Problem!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75375#M32334</link>
      <description>Greeting, F. Beister.&lt;BR /&gt;
I am not confident that correctly has translated your message. But I shall try to answer.
&lt;BLOCKQUOTE&gt;F. wrote:&lt;BR /&gt;But it is not possible to store the XY-Position the object originally was positioned, isn't it? You have minimal to stretch it one time to store the position into dimtext2.&lt;/BLOCKQUOTE&gt;
Yes. It is not possible to store. &lt;B&gt;dimText2&lt;/B&gt; accepts value from &lt;B&gt;Identify&lt;/B&gt; during that moment when the object will be placed on the plan. Repeatedly it can accept value when the object will be stretched. To check up my words, add in a script one more point: HOTSPOT2 A, B&lt;BR /&gt;
&lt;BR /&gt;
I have taken a mentioned below script from " Object Label ", but it is possible to write it easier.
&lt;PRE&gt;HOTSPOT2 0, 0
HOTSPOT2 A, B

DEFINE STYLE "dimText1"   Arial, 3, 8, 0
DEFINE STYLE "dimText2"   Arial, 3, 2, 0

dimText1 = STR("%m", SYMB_POS_Y)

PARAMETERS dimText2 = dimText1

STYLE "dimText1"
	TEXT2 0, 0, dimText1
STYLE "dimText2"
	TEXT2 0, 0, dimText2&lt;/PRE&gt;
It is possible to apply " IF glob_context &amp;lt;&amp;gt; 5 THEN PARAMETERS dimText2 = dimText1 " to see dimText2 in a settings dialog.&lt;BR /&gt;
&lt;BR /&gt;
Ask more simple phrases, please, if I have not understood your question.</description>
      <pubDate>Thu, 25 Jan 2007 21:20:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75375#M32334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-25T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation Marker – Problem!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75376#M32335</link>
      <description>There are limitations about the usage of SYMB_POS_X and SYMB_POS_Y. Both are 0 if you are in GLOB_CONTEXT=5. Unfortunatly the PARAMETERS-statement works normally only if GLOB_CONTEXT=5. What's new for me is, that obvisiously there is a situation, when PARAMETERS do work and the both parameters have the correct value. It has to be in Floor plan situation, but I have no idea how to check this situation by environment parameters.&lt;BR /&gt;
&lt;BR /&gt;
I have changed your script to store all global position parameters separete:&lt;BR /&gt;

&lt;PRE&gt;HOTSPOT2 0, 0, 01
HOTSPOT2 a, b, 02

DEFINE STYLE "oben"   Arial, 3, 8, 0
DEFINE STYLE "unten"   Arial, 3, 2, 0

IF GLOB_CONTEXT&amp;gt;1 AND GLOB_CONTEXT&amp;lt;5 THEN
  PARAMETERS ePOSx=SYMB_POS_X, ePOSy=SYMB_POS_Y, ePOSz=SYMB_POS_Z
  ENDIF

STYLE "oben"
   TEXT2 a/2, b/2, STR("%m", SYMB_POS_X)+"/"+STR("%m", SYMB_POS_Y)+"/"+STR("%m", SYMB_POS_Z)
STYLE "unten"
   TEXT2 a/2, b/2, STR("%m", ePOSx)+"/"+STR("%m", ePOSy)+"/"+STR("%m", ePOSz)&lt;/PRE&gt;

I have loged the environment parameters when object is inserted into plan:&lt;BR /&gt;
&lt;BR /&gt;
[log-format: time•script-type•context•global parameter•local parameter]&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Selection in Object dialog box:&lt;/B&gt;&lt;BR /&gt;
08:47:46 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:46 • Interface-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:46 • Interface-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:46 • 2D-Skript-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
&lt;B&gt;Built 2D view after closing dialog:&lt;/B&gt;&lt;BR /&gt;
08:47:48 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:47:48 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
&lt;B&gt;Resizing the object:&lt;/B&gt;&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:00 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:02 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:02 • 2D-Skript-Script • Floor-plan-Edit • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:02 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:02 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,000/0,000/0,000&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • 2D-Skript-Script • Floor-plan      • SYMB=0,773/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
08:48:03 • Parameter-Script • Settings        • SYMB=0,000/0,000/0,392 • ePOS=0,773/0,000/0,392&lt;BR /&gt;
&lt;BR /&gt;
My goal is to store the global position of an object in the moment it is placed in floor plan. This position may never change afterwards! For this I do not see a way. Do you?&lt;BR /&gt;
&lt;BR /&gt;
Funny thing beside: SYMB_POS_Z has ALWAYS a correct value!</description>
      <pubDate>Fri, 26 Jan 2007 08:12:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75376#M32335</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2007-01-26T08:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation Marker – Problem!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75377#M32336</link>
      <description>My way the following. I apply the same method as well as with texts of the sizes.&lt;BR /&gt;
When we want, that the text of the size did not change, we switch in position "Custom Text" in Dimension Text Setting. Then we change the size of object, but the text in size remains without changes.&lt;BR /&gt;
It is habitual for user ArchiCAD. In a library part it is possible to apply this method also.&lt;BR /&gt;
Part of a script from my library part "Level Dimension".&lt;BR /&gt;
&lt;BR /&gt;
Variables such as "Text":&lt;BR /&gt;
&lt;B&gt;txtOption&lt;BR /&gt;
customTextDimY&lt;/B&gt;
&lt;PRE&gt;VALUES "txtOption" "Measured value", "Custom Text"

DEFINE STYLE "dimText"  nameFont, sizeFont, anchor, typeFont

TextDimY = STR("%m", SYMB_POS_Y)

IF GLOB_CONTEXT &amp;lt;&amp;gt; 5 AND txtOption = "Measured value" THEN
	PARAMETERS customTextDimY = TextDimY
ENDIF

IF txtOption = "Measured value" THEN
	dimText = TextDimY
	LOCK "customTextDimY"
ELSE
	dimText = customTextDimY
ENDIF

STYLE "dimText"
   TEXT2 0, 0, dimText&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Jan 2007 18:51:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75377#M32336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-26T18:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation Marker – Problem!</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75378#M32337</link>
      <description>That is OK!&lt;BR /&gt;
It's working!&lt;BR /&gt;
Respect Valery W.&lt;BR /&gt;
Respect F. Beister.</description>
      <pubDate>Mon, 29 Jan 2007 17:19:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Elevation-Marker-Problem/m-p/75378#M32337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-01-29T17:19:50Z</dc:date>
    </item>
  </channel>
</rss>

