IFilterCreateArc(InterfaceODBLayer) Method

Create a new Arc object

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IODBObject CreateArc(
	InterfaceODBLayer parentLayer
)

Parameters

parentLayer  InterfaceODBLayer
 

Return Value

IODBObject
teh new object

Implements

InterfaceFilterCreateArc(InterfaceODBLayer)

See Also