IFilterGetToolDefinitionSpecialSubElements Method

Get sub details of special pad, this can contain all types of IODBObjects.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<IODBObject> GetToolDefinitionSpecialSubElements(
	IPCBIWindow PCBIWindow,
	string CADConformNameOfSpecialSymbol
)

Parameters

PCBIWindow  IPCBIWindow
Parent IPCBIWindow to get internal information about the special pad.
CADConformNameOfSpecialSymbol  String
Name of special pad.

Return Value

ListIODBObject
List of all subelements of the special symbol

See Also