IAttributeRemoveCMPProperty(ICMPObject, String, Boolean) Method

Remove component property from component.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool RemoveCMPProperty(
	ICMPObject Parent,
	string Property,
	bool FireEvent
)

Parameters

Parent  ICMPObject
The relevant component to remove the property.
Property  String
The name of the property.
FireEvent  Boolean
Fires the event PCBIPropertyAddedOrChanged at the end

Return Value

Boolean
True if the propertes was found and removed.

See Also