Scope: Schematic editor
Object: Block Object
Prerequisites: None
Adds a symbol instance to the block.
Block.AddSymbolInstance (ByVal SymbolPartitionName 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 symbol to be instantiated.
X coordinate of the instance.
Y coordinate of the instance.
As IVdComp. The newly created and added symbol instance, returned as a Component Object.