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 for identifying segments in a bus net.
Net.GetConnectedLabel(ByVal Segment As IVdSegment) As IVdLabel
The Segment Object with which the label is associated.
As IVdLabel. The return type for this method. This is the Label Object or NULL if none was found.