GetConnectedNetName Method (Net Object)

Scope: Schematic editor

Object: Net Object

Prerequisites: None

Gets the net label for the specified Segment Object, or any connected segments. This method is useful to identify segments in a bus.

Usage

Net.GetConnectedNetName(ByVal Segment As IVdSegment) As String

Arguments

Segment

The Segment Object with which the label is associated.

Return Values

As String. A string containing the net label.