GetConnectedObject Method (Ripper Object)

Object: Ripper Object

Prerequisites: None

Returns the net or bus that is located at the other side of the bus ripper.

Usage

Ripper.GetConnectedObject(ByVal Net As IVdNet) As IVdNet

Arguments

Net

A Net Object connected to one side of the ripper.

Return Values

As IVdNet. The Net Object connected to the other side of the ripper.

Description

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.