Location Method (Segment Object)

Scope: Schematic editor

Object: Segment Object

Prerequisites: None

Returns the coordinates of specified joint in the form of a Point Object.

Note:

All coordinates are measured in 100ths of an inch.

Usage

Segment.Location(ByVal WhichJoint As VdWhichJoint) As IVdPoint

Arguments

WhichJoint

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.

Return Values

As IVdPoint. The Point Object.