LayerExtensions Class

Extention methods for IODBLayer Objekte in PCB-Investigator.

Definition

Namespace: PCBI_API_Extensions.Extensions
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static class LayerExtensions
Inheritance
Object    LayerExtensions

Methods

TryAddLine Attempts to add a line to the layer and returns whether the operation was successful.
TryAddPad Try to add pad on the IODBLayer.
TryAddSurface Try to add an surface on the IODBLayer, outline is defined by a point list.

See Also