ICMPObjectGetComponentAttributes Method

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

Definition

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

Return Value

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

Implements

InterfaceCMPObjectGetComponentAttributes

See Also