ILayerGetAllLayerObjects Method

Gets all objects on the layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public virtual List<IObject> GetAllLayerObjects()

Return Value

ListIObject
List of IObjects.

Implements

InterfaceLayerGetAllLayerObjects

See Also