IAttributeRemoveAttribute(String, INet, IPCBIWindow) Method

Remove attribute of the relevant INet.

Definition

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

Parameters

DisplayName  String
Name to find the property.
Parent  INet
The relevant INet to remove the attribute.
Window  IPCBIWindow
Parent IPCBIWindow to find the property information.

Return Value

Boolean
True if the element was removed.

See Also