ScrGetDesignBoundingBox
|
Assigns the design's bounding box, in specified units, to variable designBBox. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetDesignBoundingBox(<units>, <designBBox>) |
| Parameters: |
BSTR units ('um', 'in', 'm', 'microns', 'mils', 'mm', 'cm', 'inches', or 'meters') ARRAY designBBox (empty) |
| Return Value: |
ARRAY designBBox populates with 3D bounding box coordinates, represented by corner points (x1,y1,z1) and (x2, y2, z2). BOOL:
|
| VB Example: |
Dim designBBox() obj.ScrGetDesignBoundingBox("mm",designBBox) |
| IPY Example: |
designBBox= [] oDoc.ScrGetDesignBoundingBox('mm',designBBox) |