IODBLayerCalculateArea Method

Calculate the area of this layer.

Definition

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

Parameters

CombineNets  Boolean
Combine all objects of a net, its important if you whant to remove overlappings.

Return Value

Single
the area of all objects on the layer in mils

Implements

InterfaceODBLayerCalculateArea(Boolean)

See Also