IAttributeRemoveUserAttribute Method

Remove attribute from parent, identified by user attribute name.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool RemoveUserAttribute(
	string UserAttributeName,
	IObject Parent,
	IPCBIWindow Window
)

Parameters

UserAttributeName  String
The relevant user attribute name.
Parent  IObject
The parent to remove the attribute.
Window  IPCBIWindow
Current loaded design window to find user attribute in misc definition.

Return Value

Boolean
True if the parent can remove the attribute or the attribute was not added.

See Also