GetLocation Method (Pin Object)

Scope: Schematic editor

Object: Pin Object

Prerequisites: None

Returns the location of the pin.

Note:

All coordinates are measured in 100ths of an inch.

Usage

Pin.GetLocation(ByVal Flag As VdPinEndType) As IVdPoint

Arguments

Flag

Specifies the pin for which to return the coordinates. This is of the form VdPinEndType Enum.

Return Values

As IVdPoint. The Point Object containing the X, Y location of the pin specified by the Flag argument.