Scope: Schematic editor
Object: Block Object
Prerequisites: None
Creates a Box Object within the block.
Block.AddBox(ByVal LowerLeftx As Long, ByVal LowerLefty As Long, ByVal UpperRightx As Long, ByVal UpperRighty As Long) As IVdBox
X coordinate of the lower left hand corner of the box.
Y coordinate of the lower left hand corner of the box.
X coordinate of the upper right hand corner of the box.
Y coordinate of the upper right hand corner of the box.
As IVdBox. The newly added Box Object.