ILayerGetAllLayerInterfaceObjects Method

Gets all objects on the layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public virtual IList<InterfaceObject> GetAllLayerInterfaceObjects()

Return Value

IListInterfaceObject
List with all objects on this layer

Implements

InterfaceLayerGetAllLayerInterfaceObjects

See Also