Object: Ripper Object
Prerequisites: None
Returns the net or bus that is located at the other side of the bus ripper.
Ripper.GetConnectedObject(ByVal Net As IVdNet) As IVdNet
A Net Object connected to one side of the ripper.
As IVdNet. The Net Object connected to the other side of the ripper.
This method is useful for following connectivity. For example, if you have a reference to a Net Object connected to a bus ripper, this method lets you "walk through" that ripper and obtain a reference to another Net Object connected to this bus ripper.