Scope: Schematic editor
Object: Segment Object
Prerequisites: None
Returns the coordinates of specified joint in the form of a Point Object.
All coordinates are measured in 100ths of an inch.
Segment.Location(ByVal WhichJoint As VdWhichJoint) As IVdPoint
A segment has two joints known as the High and Low joints. The Low joint always has lesser magnitude values for both X,Y coordinates than the High joint (sorted). WhichJoint specifies the joint of the segment for which the coordinates are returned. This is of the form VdWhichJoint Enum.
As IVdPoint. The Point Object.