IAttributeRemoveAttribute(FeatureAttributeEnum, INet) Method

Remove attribute from parent, identified by attribute enum.

Definition

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

Parameters

AttributeEnum  FeatureAttributeEnum
The relevant attribute enum.
Parent  INet
The parent to remove the attribute.

Return Value

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

See Also