ISurfaceSpecificsDGetOutlineLists Method

Creates a list of outline elements, if there are more than one object (e.g. holes) they will be seperated in different lists.

Definition

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

Return Value

ListListIODBObject
The outline of this object.

Implements

InterfaceSurfaceSpecificsDGetOutlineLists

See Also