<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
I am trying to use MysterX to invoke a method in AutoCAD. The
description of the method follows:<br>
<tt><br>
</tt>
<blockquote>
<p class="syntax"><tt>object.<font style="background-color:
rgb(51, 153, 255);" color="#ffffff">GetBoundingBox</font>
MinPoint, MaxPoint </tt></p>
<p class="element"><tt>Object</tt></p>
<blockquote>
<p class="element-desc"><tt><a>All Drawing Objects</a>, <a>AttributeReference</a><br>
The object this method applies to. </tt></p>
</blockquote>
<p class="element"><tt>MinPoint</tt></p>
<blockquote>
<p class="element-desc"><tt>Variant (three-element array of
doubles); output-only<br>
The 3D WCS coordinates specifying the minimum point of the
object's bounding box. </tt></p>
</blockquote>
<p class="element"><tt>MaxPoint</tt></p>
<blockquote>
<p class="element-desc"><tt>Variant (three-element array of
doubles); output-only<br>
The 3D WCS coordinates specifying the maximum point of the
object's bounding box. </tt></p>
</blockquote>
</blockquote>
<br>
According to this description, both MinPoint and MaxPoint "return"
the values of the method. Is there a way of invoking this method and
passing MinPoint and MaxPoint by reference?<br>
<br>
Regards,<br>
José<br>
<pre class="moz-signature" cols="72">--
José António Branquinho de Oliveira Lopes
58612 - MEIC-A
<a class="moz-txt-link-abbreviated" href="mailto:jose.lopes@ist.utl.pt">jose.lopes@ist.utl.pt</a>
</pre>
</body>
</html>