Scope: Schematic editor
Object: Block Object
Prerequisites: None
Adds a functional block (FUB) to the block.
Block.AddFub(ByVal FubName As String, ByVal LowerLeftx As Long, ByVal LowerLefty As Long, ByVal UpperRightx As Long, ByVal UpperRighty As Long) As IVdComp
Name of the FUB to be instantiated. This string must be unique and not conflict with existing symbol names.
X coordinate of the lower left hand corner of the FUB.
Y coordinate of the lower left hand corner of the FUB.
X coordinate of the upper right hand corner of the FUB.
Y coordinate of the upper right hand corner of the FUB.
As IVdComp. The newly created FUB in the form of a Component Object.