Block.AddPartInstance (ByVal SymbolPartitionName As String, ByVal DeviceName As String, ByVal SymbolName As String, ByVal LocationX As Long, ByVal LocationY As Long) As IVdComp
All coordinates are measured in 100ths of an inch.
Name of the partition.
Name of the device.
Name of the symbol to be instantiated.
X coordinate of the instance.
Y coordinate of the instance.
As IVdComp. Added part instance, in the form of a Component Object.
Set NewDevice_1 = myBlock.AddPartInstance("MISC","PCI-CONN","CON1L",200,200)