InterfaceSurfaceSpecificsDAddLine Method

Add an new outline line segment to the subpolygon.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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

See Also