AddInsetZoom Method
The AddInsetZoom method is used to add an Inset Zoom to a plot document. Returns an AutoInsetZoom object.
Syntax
object.AddInsetZoom( left, top, right, bottom, id)
Parameter | Type | Description |
left | Double | required, left coordinate in page units |
top | Double | required, top coordinate in page units |
right | Double | required, right coordinate in page units |
bottom | Double | required, bottom coordinate in page units |
id | Variant | optional, rectangle name |
Used by: AutoShapes collection