<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Get CoordSystem</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/bdn-vba/108043/get-coordsystem</link><description>I am trying to use a vba wrapper declaration which is given below. But how to get the value of coordsystem using vba which in turn used as a input parameter for the below given wrapper declaration. 
 Declare Sub mdlView_getViewRectangle Lib &amp;quot;stdmdlbltin</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get CoordSystem</title><link>https://communities.bentley.com/thread/327916?ContentTypeID=1</link><pubDate>Fri, 19 Jun 2015 05:06:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:5d3d1303-c024-4ef8-8dd5-3d36950edbd4</guid><dc:creator>Jan Šlegr</dc:creator><description>&lt;p&gt;Hi Dharma,&lt;/p&gt;
&lt;p&gt;from mdlView_getViewRectangle function description: &lt;/p&gt;
&lt;table style="width:90%;" border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;int &lt;/b&gt;&lt;/td&gt;
&lt;td&gt;coordSystem&lt;/td&gt;
&lt;td&gt;IN&lt;/td&gt;
&lt;td&gt;Currently, the only valid argument is VIEW_INGLOBALCOORDS.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In msdefs.h a macro VIEW_INGLOBALCOORDS is defined as:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;#define VIEW_INGLOBALCOORDS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So the only value you can use is 1.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>