<?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: Creating MPOLYGON using VBA in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756904#M31396</link>
    <description>Thanks Tony.&lt;BR /&gt;
I'll give it a try. Do I have to upgrade my old Map 2005, first?&lt;BR /&gt;
&lt;BR /&gt;
BTW, what crap do I have to stop listening of?&lt;BR /&gt;
&lt;BR /&gt;
Rgds,&lt;BR /&gt;
&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;BR /&gt;
&lt;BR /&gt;
Tony Tanzillo said the following on 9/8/2006 11:12:&lt;BR /&gt;
&amp;gt; MPolygon is not specific to MAP.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; There is no support for it in ActiveX, that I'm aware of,&lt;BR /&gt;
&amp;gt; but there is support for it in the .NET API, another reason&lt;BR /&gt;
&amp;gt; why you need to stop listening to the crap being spewed&lt;BR /&gt;
&amp;gt; forth by people like AUGI's 'prez', and start learning .NET.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Don't put it off, because VBA/ActiveX has already gone&lt;BR /&gt;
&amp;gt; into 'maintainence mode', as this case (MPOLYGON) serves&lt;BR /&gt;
&amp;gt; to demonstrate.&lt;BR /&gt;
&amp;gt;</description>
    <pubDate>Fri, 08 Sep 2006 12:28:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-09-08T12:28:54Z</dc:date>
    <item>
      <title>Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756898#M31390</link>
      <description>Sorry for cross posting.&lt;BR /&gt;
I'm using AutodeskMap 3D 2005. Is it possible to create MPOLYGON using VBA?&lt;BR /&gt;
&lt;BR /&gt;
TIA,&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com</description>
      <pubDate>Thu, 07 Sep 2006 05:34:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756898#M31390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-07T05:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756899#M31391</link>
      <description>Hi Roy,&lt;BR /&gt;
&lt;BR /&gt;
I'd never heard of an MPolygon till I saw your post.&lt;BR /&gt;
&lt;BR /&gt;
The help files for AutoCAD are fairly weak in describing the object, however &lt;BR /&gt;
I could draw one and it appears to be a hatched closed polyline.&lt;BR /&gt;
&lt;BR /&gt;
Searching the VBA Object model for Map and AutoCAD finds no reference to it.&lt;BR /&gt;
&lt;BR /&gt;
You could however draw a closed polyline and apply a hatch to it.  There is &lt;BR /&gt;
sample code for doing this installed with AutoCAD.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
"Roy Irwan" &lt;MROY&gt; wrote in message &lt;BR /&gt;
news:5320316@discussion.autodesk.com...&lt;BR /&gt;
Sorry for cross posting.&lt;BR /&gt;
I'm using AutodeskMap 3D 2005. Is it possible to create MPOLYGON using VBA?&lt;BR /&gt;
&lt;BR /&gt;
TIA,&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;/MROY&gt;</description>
      <pubDate>Thu, 07 Sep 2006 10:32:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756899#M31391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-07T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756900#M31392</link>
      <description>Hi Laurie,&lt;BR /&gt;
&lt;BR /&gt;
It's look like MPOLYGON is specific to Map. I'm not so sure about this &lt;BR /&gt;
since I only use Map. You can find MPOLYGON in the Map's online help. &lt;BR /&gt;
But not in the Map's nor CAD's ActiveX reference.&lt;BR /&gt;
MPOLYGON share the same dxf group codes with hatch entities. Documented &lt;BR /&gt;
under 'DXF Reference' in AutoCAD 2005 Developer Help.&lt;BR /&gt;
&lt;BR /&gt;
Yes, it's looks like hatched closed polyline. Unfortunately, I could not &lt;BR /&gt;
use this way because our client needs all polygon should use MPOLYGON type.&lt;BR /&gt;
&lt;BR /&gt;
Actually, all I need to do is to import thousands of ESRI shp files into &lt;BR /&gt;
dwg files with Object Data. Many of those shp files is polygon type.&lt;BR /&gt;
&lt;BR /&gt;
I can import them using Map's Import Tool manually, and those polygons &lt;BR /&gt;
successfully becomes mpolygons in dwg. Sadly, I can't use the tool &lt;BR /&gt;
because I need to specify each the shp file name, OD's name, OD's fields &lt;BR /&gt;
mapping, etc.&lt;BR /&gt;
&lt;BR /&gt;
For that reason, I create an importing tool using Delphi and ActiveX. My &lt;BR /&gt;
program read the shp files and draw the objects programmatically.&lt;BR /&gt;
The tool is already done except for mpolygon. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
Should I use ObjectARX?&lt;BR /&gt;
&lt;BR /&gt;
rgds,&lt;BR /&gt;
&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford said the following on 9/7/2006 17:32:&lt;BR /&gt;
&amp;gt; Hi Roy,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I'd never heard of an MPolygon till I saw your post.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; The help files for AutoCAD are fairly weak in describing the object, however &lt;BR /&gt;
&amp;gt; I could draw one and it appears to be a hatched closed polyline.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Searching the VBA Object model for Map and AutoCAD finds no reference to it..&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; You could however draw a closed polyline and apply a hatch to it.  There is &lt;BR /&gt;
&amp;gt; sample code for doing this installed with AutoCAD.&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Thu, 07 Sep 2006 12:50:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756900#M31392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-07T12:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756901#M31393</link>
      <description>Hi Roy,&lt;BR /&gt;
&lt;BR /&gt;
ARX depends on your programming skills.  I'm have insufficient information &lt;BR /&gt;
to advise in that area.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I hand drew one and ran the following code&lt;BR /&gt;
&lt;BR /&gt;
Sub cccc()&lt;BR /&gt;
Dim x As AcadEntity&lt;BR /&gt;
Dim pt As Variant&lt;BR /&gt;
 ThisDrawing.Utility.GetEntity x, pt&lt;BR /&gt;
End Sub&lt;BR /&gt;
&lt;BR /&gt;
so I could examine the exposed properties and there was nothing usable &lt;BR /&gt;
there.  (I had thought of a copy and modify type process)&lt;BR /&gt;
&lt;BR /&gt;
However, you could look at a "Sendcommand" process with VBA.&lt;BR /&gt;
&lt;BR /&gt;
Lisp gives:&lt;BR /&gt;
Command: (setq y (entget (car x)))&lt;BR /&gt;
((-1 . &lt;ENTITY ="" 7ed3be78=""&gt;) (0 . "MPOLYGON") (330 . &lt;ENTITY =""&gt;&lt;BR /&gt;
7efbbcf8&amp;gt;) (5 . "2D69F") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 .&lt;BR /&gt;
"0") (100 . "AcDbMPolygon") (70 . 1) (10 0.0 0.0 0.0) (210 0.0 0.0 1.0) (2 .&lt;BR /&gt;
"_SOLID") (71 . 1) (91 . 1) (92 . 2) (73 . 0) (72 . 0) (93 . 4) (10 -189.051&lt;BR /&gt;
210.779 0.0) (10 -228.85 -250.548 0.0) (10 173.128 -230.663 0.0) (10 228.85&lt;BR /&gt;
250.548 0.0) (76 . 1) (63 . 256) (11 606407.0 6.20326e+006 0.0) (99 . 0) &lt;BR /&gt;
(450 .&lt;BR /&gt;
0) (451 . 0) (460 . 0.0) (461 . 0.0) (452 . 0) (462 . 0.0) (453 . 0) (470 . &lt;BR /&gt;
""))&lt;BR /&gt;
&lt;BR /&gt;
This would imply a lisp solution is feasible.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
"Roy Irwan" &lt;MROY&gt; wrote in message &lt;BR /&gt;
news:5320600@discussion.autodesk.com...&lt;BR /&gt;
Hi Laurie,&lt;BR /&gt;
&lt;BR /&gt;
It's look like MPOLYGON is specific to Map. I'm not so sure about this&lt;BR /&gt;
since I only use Map. You can find MPOLYGON in the Map's online help.&lt;BR /&gt;
But not in the Map's nor CAD's ActiveX reference.&lt;BR /&gt;
MPOLYGON share the same dxf group codes with hatch entities. Documented&lt;BR /&gt;
under 'DXF Reference' in AutoCAD 2005 Developer Help.&lt;BR /&gt;
&lt;BR /&gt;
Yes, it's looks like hatched closed polyline. Unfortunately, I could not&lt;BR /&gt;
use this way because our client needs all polygon should use MPOLYGON type.&lt;BR /&gt;
&lt;BR /&gt;
Actually, all I need to do is to import thousands of ESRI shp files into&lt;BR /&gt;
dwg files with Object Data. Many of those shp files is polygon type.&lt;BR /&gt;
&lt;BR /&gt;
I can import them using Map's Import Tool manually, and those polygons&lt;BR /&gt;
successfully becomes mpolygons in dwg. Sadly, I can't use the tool&lt;BR /&gt;
because I need to specify each the shp file name, OD's name, OD's fields&lt;BR /&gt;
mapping, etc.&lt;BR /&gt;
&lt;BR /&gt;
For that reason, I create an importing tool using Delphi and ActiveX. My&lt;BR /&gt;
program read the shp files and draw the objects programmatically.&lt;BR /&gt;
The tool is already done except for mpolygon. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
Should I use ObjectARX?&lt;BR /&gt;
&lt;BR /&gt;
rgds,&lt;BR /&gt;
&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford said the following on 9/7/2006 17:32:&lt;BR /&gt;
&amp;gt; Hi Roy,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I'd never heard of an MPolygon till I saw your post.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The help files for AutoCAD are fairly weak in describing the object, &lt;BR /&gt;
&amp;gt; however&lt;BR /&gt;
&amp;gt; I could draw one and it appears to be a hatched closed polyline.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Searching the VBA Object model for Map and AutoCAD finds no reference to &lt;BR /&gt;
&amp;gt; it..&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; You could however draw a closed polyline and apply a hatch to it.  There &lt;BR /&gt;
&amp;gt; is&lt;BR /&gt;
&amp;gt; sample code for doing this installed with AutoCAD.&lt;BR /&gt;
&amp;gt;&lt;/MROY&gt;&lt;/ENTITY&gt;&lt;/ENTITY&gt;</description>
      <pubDate>Thu, 07 Sep 2006 21:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756901#M31393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-07T21:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756902#M31394</link>
      <description>MPolygon is not specific to MAP.&lt;BR /&gt;
&lt;BR /&gt;
There is no support for it in ActiveX, that I'm aware of,&lt;BR /&gt;
but there is support for it in the .NET API, another reason&lt;BR /&gt;
why you need to stop listening to the crap being spewed&lt;BR /&gt;
forth by people like AUGI's 'prez', and start learning .NET.&lt;BR /&gt;
&lt;BR /&gt;
Don't put it off, because VBA/ActiveX has already gone&lt;BR /&gt;
into 'maintainence mode', as this case (MPOLYGON) serves&lt;BR /&gt;
to demonstrate.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Roy Irwan" &lt;MROY&gt; wrote in message news:5320600@discussion.autodesk.com...&lt;BR /&gt;
Hi Laurie,&lt;BR /&gt;
&lt;BR /&gt;
It's look like MPOLYGON is specific to Map. I'm not so sure about this &lt;BR /&gt;
since I only use Map. You can find MPOLYGON in the Map's online help. &lt;BR /&gt;
But not in the Map's nor CAD's ActiveX reference.&lt;BR /&gt;
MPOLYGON share the same dxf group codes with hatch entities. Documented &lt;BR /&gt;
under 'DXF Reference' in AutoCAD 2005 Developer Help.&lt;BR /&gt;
&lt;BR /&gt;
Yes, it's looks like hatched closed polyline. Unfortunately, I could not &lt;BR /&gt;
use this way because our client needs all polygon should use MPOLYGON type.&lt;BR /&gt;
&lt;BR /&gt;
Actually, all I need to do is to import thousands of ESRI shp files into &lt;BR /&gt;
dwg files with Object Data. Many of those shp files is polygon type.&lt;BR /&gt;
&lt;BR /&gt;
I can import them using Map's Import Tool manually, and those polygons &lt;BR /&gt;
successfully becomes mpolygons in dwg. Sadly, I can't use the tool &lt;BR /&gt;
because I need to specify each the shp file name, OD's name, OD's fields &lt;BR /&gt;
mapping, etc.&lt;BR /&gt;
&lt;BR /&gt;
For that reason, I create an importing tool using Delphi and ActiveX. My &lt;BR /&gt;
program read the shp files and draw the objects programmatically.&lt;BR /&gt;
The tool is already done except for mpolygon. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
Should I use ObjectARX?&lt;BR /&gt;
&lt;BR /&gt;
rgds,&lt;BR /&gt;
&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford said the following on 9/7/2006 17:32:&lt;BR /&gt;
&amp;gt; Hi Roy,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I'd never heard of an MPolygon till I saw your post.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; The help files for AutoCAD are fairly weak in describing the object, however &lt;BR /&gt;
&amp;gt; I could draw one and it appears to be a hatched closed polyline.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Searching the VBA Object model for Map and AutoCAD finds no reference to it..&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; You could however draw a closed polyline and apply a hatch to it.  There is &lt;BR /&gt;
&amp;gt; sample code for doing this installed with AutoCAD.&lt;BR /&gt;
&amp;gt;&lt;/MROY&gt;</description>
      <pubDate>Fri, 08 Sep 2006 04:12:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756902#M31394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-08T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756903#M31395</link>
      <description>Hi Tony,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the extra information.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:5321854@discussion.autodesk.com...&lt;BR /&gt;
MPolygon is not specific to MAP.&lt;BR /&gt;
&lt;BR /&gt;
There is no support for it in ActiveX, that I'm aware of,&lt;BR /&gt;
but there is support for it in the .NET API, another reason&lt;BR /&gt;
why you need to stop listening to the crap being spewed&lt;BR /&gt;
forth by people like AUGI's 'prez', and start learning .NET.&lt;BR /&gt;
&lt;BR /&gt;
Don't put it off, because VBA/ActiveX has already gone&lt;BR /&gt;
into 'maintainence mode', as this case (MPOLYGON) serves&lt;BR /&gt;
to demonstrate.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006/2007&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Roy Irwan" &lt;MROY&gt; wrote in message &lt;BR /&gt;
news:5320600@discussion.autodesk.com...&lt;BR /&gt;
Hi Laurie,&lt;BR /&gt;
&lt;BR /&gt;
It's look like MPOLYGON is specific to Map. I'm not so sure about this&lt;BR /&gt;
since I only use Map. You can find MPOLYGON in the Map's online help.&lt;BR /&gt;
But not in the Map's nor CAD's ActiveX reference.&lt;BR /&gt;
MPOLYGON share the same dxf group codes with hatch entities. Documented&lt;BR /&gt;
under 'DXF Reference' in AutoCAD 2005 Developer Help.&lt;BR /&gt;
&lt;BR /&gt;
Yes, it's looks like hatched closed polyline. Unfortunately, I could not&lt;BR /&gt;
use this way because our client needs all polygon should use MPOLYGON type.&lt;BR /&gt;
&lt;BR /&gt;
Actually, all I need to do is to import thousands of ESRI shp files into&lt;BR /&gt;
dwg files with Object Data. Many of those shp files is polygon type.&lt;BR /&gt;
&lt;BR /&gt;
I can import them using Map's Import Tool manually, and those polygons&lt;BR /&gt;
successfully becomes mpolygons in dwg. Sadly, I can't use the tool&lt;BR /&gt;
because I need to specify each the shp file name, OD's name, OD's fields&lt;BR /&gt;
mapping, etc.&lt;BR /&gt;
&lt;BR /&gt;
For that reason, I create an importing tool using Delphi and ActiveX. My&lt;BR /&gt;
program read the shp files and draw the objects programmatically.&lt;BR /&gt;
The tool is already done except for mpolygon. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
Should I use ObjectARX?&lt;BR /&gt;
&lt;BR /&gt;
rgds,&lt;BR /&gt;
&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford said the following on 9/7/2006 17:32:&lt;BR /&gt;
&amp;gt; Hi Roy,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I'd never heard of an MPolygon till I saw your post.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; The help files for AutoCAD are fairly weak in describing the object, &lt;BR /&gt;
&amp;gt; however&lt;BR /&gt;
&amp;gt; I could draw one and it appears to be a hatched closed polyline.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Searching the VBA Object model for Map and AutoCAD finds no reference to &lt;BR /&gt;
&amp;gt; it..&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; You could however draw a closed polyline and apply a hatch to it.  There &lt;BR /&gt;
&amp;gt; is&lt;BR /&gt;
&amp;gt; sample code for doing this installed with AutoCAD.&lt;BR /&gt;
&amp;gt;&lt;/MROY&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Fri, 08 Sep 2006 07:27:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756903#M31395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-08T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756904#M31396</link>
      <description>Thanks Tony.&lt;BR /&gt;
I'll give it a try. Do I have to upgrade my old Map 2005, first?&lt;BR /&gt;
&lt;BR /&gt;
BTW, what crap do I have to stop listening of?&lt;BR /&gt;
&lt;BR /&gt;
Rgds,&lt;BR /&gt;
&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;BR /&gt;
&lt;BR /&gt;
Tony Tanzillo said the following on 9/8/2006 11:12:&lt;BR /&gt;
&amp;gt; MPolygon is not specific to MAP.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; There is no support for it in ActiveX, that I'm aware of,&lt;BR /&gt;
&amp;gt; but there is support for it in the .NET API, another reason&lt;BR /&gt;
&amp;gt; why you need to stop listening to the crap being spewed&lt;BR /&gt;
&amp;gt; forth by people like AUGI's 'prez', and start learning .NET.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Don't put it off, because VBA/ActiveX has already gone&lt;BR /&gt;
&amp;gt; into 'maintainence mode', as this case (MPOLYGON) serves&lt;BR /&gt;
&amp;gt; to demonstrate.&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Fri, 08 Sep 2006 12:28:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756904#M31396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-08T12:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756905#M31397</link>
      <description>This sort of crap.&lt;BR /&gt;
http://www.augi.com/publications/hotnews.asp?id=1297&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Sun, 10 Sep 2006 23:34:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756905#M31397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-10T23:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756906#M31398</link>
      <description>Oh, I see. Thx.&lt;BR /&gt;
I'm quite new to Autodesk world, so I don't have any idea about AUGI before.&lt;BR /&gt;
For the last one year I've been playing around .NET. I think I'll go for &lt;BR /&gt;
.NET.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Rgds,&lt;BR /&gt;
Roy Irwan&lt;BR /&gt;
mroy.wordpress.com&lt;BR /&gt;
&lt;BR /&gt;
Nathan Taylor said the following on 9/11/2006 6:34:&lt;BR /&gt;
&amp;gt; This sort of crap.&lt;BR /&gt;
&amp;gt; http://www.augi.com/publications/hotnews.asp?id=1297&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Regards - Nathan</description>
      <pubDate>Mon, 11 Sep 2006 04:25:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756906#M31398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-11T04:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756907#M31399</link>
      <description>Good choice. The .NET API is limited in 05 but you can still use the ActiveX as a backup. I would recommend upgrading to get the benefits of the more comprehensive .NET API in 07.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Mon, 11 Sep 2006 04:45:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756907#M31399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-11T04:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756908#M31400</link>
      <description>but isn't the ".net api" just a wrapper around ARX?&lt;BR /&gt;
&lt;BR /&gt;
&lt;NATHAN taylor=""&gt; wrote in message news:5324203@discussion.autodesk.com...&lt;BR /&gt;
Good choice. The .NET API is limited in 05 but you can still use the ActiveX &lt;BR /&gt;
as a backup. I would recommend upgrading to get the benefits of the more &lt;BR /&gt;
comprehensive .NET API in 07.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan&lt;/NATHAN&gt;</description>
      <pubDate>Mon, 11 Sep 2006 12:46:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756908#M31400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-11T12:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756909#M31401</link>
      <description>&lt;BUT isn=""&gt;
It is. But only so much was wrapped in 05 and it keeps getting&lt;BR /&gt;
better with every release. You can however wrap native ARX&lt;BR /&gt;
functions that are not yet exposed. Do search the big boys have&lt;BR /&gt;
posted samples.&lt;BR /&gt;
&lt;BR /&gt;
"Bob" &lt;NOWAY&gt; wrote in message &lt;BR /&gt;
news:5324383@discussion.autodesk.com...&lt;BR /&gt;
but isn't the ".net api" just a wrapper around ARX?&lt;BR /&gt;
&lt;BR /&gt;
&lt;NATHAN taylor=""&gt; wrote in message news:5324203@discussion.autodesk.com...&lt;BR /&gt;
Good choice. The .NET API is limited in 05 but you can still use the ActiveX&lt;BR /&gt;
as a backup. I would recommend upgrading to get the benefits of the more&lt;BR /&gt;
comprehensive .NET API in 07.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan&lt;/NATHAN&gt;&lt;/NOWAY&gt;&lt;/BUT&gt;</description>
      <pubDate>Mon, 11 Sep 2006 20:36:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756909#M31401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-11T20:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MPOLYGON using VBA</title>
      <link>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756910#M31402</link>
      <description>The .NET API is not a direct wrapper for the ObjectARX API. It has been created as wrappers around the ARX components. Not much was originally exposed and there are also some flaws with the way things have been exposed.&lt;BR /&gt;
&lt;BR /&gt;
ObectARX may also be an option for him if that's what you were implying.&lt;BR /&gt;
&lt;BR /&gt;
I never learned ObjectARX purely because I thought c++ was beyond me. I promote use of the .NET API because it allows the use of a language you are comfortable with and is more powerful than the ActiveX API which is outdated and which the future is unclear.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Mon, 11 Sep 2006 23:42:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/creating-mpolygon-using-vba/m-p/1756910#M31402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-09-11T23:42:56Z</dc:date>
    </item>
  </channel>
</rss>

