ICMPObjectHasAreaDefinition Method

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

Definition

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

Parameters

type  AreaType
Are type

Return Value

Boolean
true when area type exists in package

Implements

InterfaceCMPObjectHasAreaDefinition(AreaType)

See Also