ICMPObjectGetAreaOutline Method

Gets the transformed Area Polygon of a component null if area does not exist

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPolyClass GetAreaOutline(
	AreaType type,
	bool IncludePins = false
)

Parameters

type  AreaType
Type of the Area
IncludePins  Boolean  (Optional)
Merge Pin polygons into the result

Return Value

IPolyClass
Polygon of the area

See Also