Via Object

Via objects are returned by the LayoutHost method NewVia. They may be manipulated in a variety of ways through the methods exposed by their interface. All coordinates and length related values are passed/returned in the current default script units. Unless changed through LayoutHost.LengthUnits, all values are by default assumed to be in meters (SI units).

Example:

var via = LayoutHost.NewVia(“via_name”, layerID1, layerID2, x, y, “EM designVia”, diameter);

Related Topics:

Via Object Properties

Via Object Methods