InterfaceCMPObjectGetComponentAttributes Method

GetComponentAtributes returns a list of strings with all component attributes. This list contains used geometry attributes and component attributes!

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
List<string> GetComponentAttributes()

Return Value

ListString
List of strings with include the attributes of the ICMPObject.

See Also