ILayerGetAllLayerInterfaceObjects Method
Gets all objects on the layer.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public virtual IList<InterfaceObject> GetAllLayerInterfaceObjects()
Public Overridable Function GetAllLayerInterfaceObjects As IList(Of InterfaceObject)
public:
virtual IList<InterfaceObject^>^ GetAllLayerInterfaceObjects()
abstract GetAllLayerInterfaceObjects : unit -> IList<InterfaceObject>
override GetAllLayerInterfaceObjects : unit -> IList<InterfaceObject>
IListInterfaceObjectList with all objects on this layer
InterfaceLayerGetAllLayerInterfaceObjects