AddBox Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Creates a Box Object within the block.

Usage

Block.AddBox(ByVal LowerLeftx As Long, ByVal LowerLefty As Long, ByVal UpperRightx As Long, ByVal UpperRighty As Long) As IVdBox

Arguments

LowerLeftx

X coordinate of the lower left hand corner of the box.

LowerLefty

Y coordinate of the lower left hand corner of the box.

UpperRightx

X coordinate of the upper right hand corner of the box.

UpperRighty

Y coordinate of the upper right hand corner of the box.

Return Values

As IVdBox. The newly added Box Object.