SelectSegmentByJointLoc Method (Net Object)

Scope: Schematic editor

Object: Net Object

Prerequisites: None

Selects a Segment Object based on the location and type of the lower joint in the segment.

Usage

Net.SelectSegmentByJointLoc(ByVal XCoordinate As Long, ByVal YCoordinate As Long, ByVal JointType As VdJointType)

Arguments

Note:

All coordinates are measured in 100ths of an inch.

XCoordinate

X coordinate of the low joint.

YCoordinate

Y coordinate of the low joint.

JointType

This argument specifies the joint type, as described in VdJointType Enum.

Description

A segment joint is defined as being the lower joint if it is closer to the location X=0, Y=0. Two segments can have the same lower joint location and the same joint type at that location. This is a rare condition usually resulting from pasting two copies on top of each other. In this case, only the first occurrence in the Xpedition Designer display list is selected.

See Segment Object for more information.