IODBLayerCalculateArea(Boolean, IPolyClass) Method
Calculate the area of this layer.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public double CalculateArea(
bool CombineNets,
IPolyClass OnlyInPolygon
)
Public Function CalculateArea (
CombineNets As Boolean,
OnlyInPolygon As IPolyClass
) As Double
public:
double CalculateArea(
bool CombineNets,
IPolyClass^ OnlyInPolygon
)
member CalculateArea :
CombineNets : bool *
OnlyInPolygon : IPolyClass -> float
- CombineNets Boolean
- Combine all objects of a net, its important if you whant to remove overlappings.
- OnlyInPolygon IPolyClass
- Only objects with center point inside this polygon.
Doublethe area of all objects on the layer in mils