InterfaceCMPObjectRemoveAttribute Method

Remove an attribute from this component.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool RemoveAttribute(
	string Attribute
)

Parameters

Attribute  String
the attribute name

Return Value

Boolean
true if the attribute has exist

See Also