ICMPObjectRemoveAttribute(String) 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
)

Parameters

Attribute  String
the attribute name

Return Value

Boolean
true if the attribute has exist

Implements

InterfaceCMPObjectRemoveAttribute(String)

See Also