ICMPObjectRemoveAttribute(String, Boolean) Method

Remove an attribute from this component.

Definition

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

Parameters

Attribute  String
the attribute name
FireEvent  Boolean
Fires the event PCBIPropertyAddedOrChanged at the end

Return Value

Boolean
true if the attribute has exist

See Also