IFilterAddGraphicPathAsSurface(GraphicsPath, InterfaceODBLayer, 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,
	InterfaceODBLayer parentLayer,
	bool checkForHoles
)

Parameters

newSurfacePath  GraphicsPath
The new surface outline
parentLayer  InterfaceODBLayer
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, InterfaceODBLayer, Boolean)

See Also