ISurfaceSpecificsDAddLine Method

Add an new outline line segment to the subpolygon.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddLine(
	PointD StartP,
	PointD EndP
)

Parameters

StartP  PointD
the begining of the line in mils
EndP  PointD
the end of the line in mils

Return Value

Boolean
true if was successful

Implements

InterfaceSurfaceSpecificsDAddLine(PointD, PointD)

See Also