IFilterGetToolDefinitionSpecialSubElementCount Method

Get sub details of special pad, this can contain the number of IODBObjects.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int GetToolDefinitionSpecialSubElementCount(
	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

Int32
Count of all subelements of the special symbol

See Also