IAttributeRemoveProperty(String, ICMPObject, Boolean) Method

Remove a property from the component identified by name.

Definition

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

Parameters

Property  String
 
Parent  ICMPObject
The component to add the property.
FireEvent  Boolean
Fires the event PCBIPropertyAddedOrChanged at the end

Return Value

Boolean
True if the property was removed.

See Also