IFilterAddGraphicPathAsSurface(GraphicsPath, IODBLayer, Boolean) Method

Adds a GraphicPath as surface to ParentLayer on the Location.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBObject AddGraphicPathAsSurface(
	GraphicsPath NewSurfacePath,
	IODBLayer ParentLayer,
	bool checkForHoles
)

Parameters

NewSurfacePath  GraphicsPath
The new surface outline
ParentLayer  IODBLayer
The layer to add
checkForHoles  Boolean
Internal check for holes, this takes some time.

Return Value

IODBObject
false if an error occurs

Implements

InterfaceFilterAddGraphicPathAsSurface(GraphicsPath, IODBLayer, Boolean)

See Also