CreateLineVoid (Layout Editor)

Use: Creates a line void and adds it to a specified as parameter parent primitive.

Syntax: CreateLineVoid<line_void_description>

Return Value: Returns the name of the newly created object.

Parameters: <line_void_description>:

Array("NAME:Contents",

"owner:=", <object_name>, // parent primitive name

"line voidGeometry:=", <line_geometry>) // definition

VB Example: oEditor.CreateLineVoid

Array("NAME:Contents",

"owner:=", "rect_4",

"line voidGeometry:=",

Array("Layer:=", 6,

"Name:=", "line void_14",

"LayerName:=", "Top",

"lw:=", "2mil",

"endstyle:=", 0,

"joinstyle:=", 0,

"n:=", 3,

"x0:=", "27mm", "y0:=", "5mm",

"x1:=", "35mm", "y1:=", "5mm",

"x2:=", "36mm", "y2:=", "9mm"))