InterfaceCMPObjectHasAreaDefinition Method

Returns true when package of this component contains the given area definition.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool HasAreaDefinition(
	AreaType type
)

Parameters

type  AreaType
Are type

Return Value

Boolean
true when area type exists in package

See Also