IODBObjectCalculateArea Method

Calculates the Area of this object.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public float CalculateArea(
	bool flatten
)

Parameters

flatten  Boolean
flatt the arcs of the object. We recommend true, this takes a little bit more time but is more accurate (Is only used for special pads and polygons).

Return Value

Single
Area of the object in mils.

Implements

InterfaceODBObjectCalculateArea(Boolean)

See Also