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.
Net.SelectSegmentByJointLoc(ByVal XCoordinate As Long, ByVal YCoordinate As Long, ByVal JointType As VdJointType)
All coordinates are measured in 100ths of an inch.
X coordinate of the low joint.
Y coordinate of the low joint.
This argument specifies the joint type, as described in VdJointType Enum.
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.