<?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: Assign a value to system variable CGEOCS in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13114710#M374</link>
    <description>&lt;P&gt;#include ‘dbGeoData.h’&lt;/P&gt;&lt;P&gt;AcDbObjectPointer&amp;lt;AcDbGeoData&amp;gt; pGeoData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compiles fine for me.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2024 08:15:00 GMT</pubDate>
    <dc:creator>daniel_cadext</dc:creator>
    <dc:date>2024-10-29T08:15:00Z</dc:date>
    <item>
      <title>Assign a value to system variable CGEOCS</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13102259#M371</link>
      <description>&lt;P&gt;I would need an ObjectArx method or a way to execute the GEOGRAPHICLOCATION command in a completely transparent way for the user, passing it some parameters like reference point or file, and the EPSG code, so that it assigns a value to the CGEOCS variable.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 07:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13102259#M371</guid>
      <dc:creator>aplitop</dc:creator>
      <dc:date>2024-10-23T07:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a value to system variable CGEOCS</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13102352#M372</link>
      <description>&lt;P&gt;Maybe AcDbGeoData?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/OARX/2024/ENU/?guid=OARX-RefGuide-__MEMBERTYPE_Methods_AcDbGeoData" target="_blank"&gt;https://help.autodesk.com/view/OARX/2024/ENU/?guid=OARX-RefGuide-__MEMBERTYPE_Methods_AcDbGeoData&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never used it though&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:08:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13102352#M372</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2024-10-23T08:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a value to system variable CGEOCS</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13105041#M373</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;Related to the AcDbGeoData class, I found this article (&lt;STRONG&gt;&lt;A href="https://adndevblog.typepad.com/autocad/2016/04/positioning-geographicmarker-using-objectarxx.html" target="_blank"&gt;https://adndevblog.typepad.com/autocad/2016/04/positioning-geographicmarker-using-objectarxx.html&lt;/A&gt;&lt;/STRONG&gt;)&amp;nbsp; that sets up a new SRC, and I want to try the example, but this line :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AcDbObjectPointer&amp;lt;AcDbGeoData&amp;gt; pGeoData; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gives me a error :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error C2039: ‘_close’: is not a member of ‘AcDbGeoData’), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I added the following includes:&lt;/P&gt;&lt;P&gt;#include ‘AcDbGeoCoordinateSystem.h’&lt;BR /&gt;#include ‘dbobjptr.h’&lt;BR /&gt;#include ‘dbGeoData.h’&lt;BR /&gt;But it still gives the error .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idea what to do so that I don't get that error and I can test the example.&lt;BR /&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 07:49:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13105041#M373</guid>
      <dc:creator>aplitop</dc:creator>
      <dc:date>2024-10-24T07:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assign a value to system variable CGEOCS</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13114710#M374</link>
      <description>&lt;P&gt;#include ‘dbGeoData.h’&lt;/P&gt;&lt;P&gt;AcDbObjectPointer&amp;lt;AcDbGeoData&amp;gt; pGeoData;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compiles fine for me.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 08:15:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/assign-a-value-to-system-variable-cgeocs/m-p/13114710#M374</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2024-10-29T08:15:00Z</dc:date>
    </item>
  </channel>
</rss>

