IAttributeRemoveAttribute(FeatureAttributeEnum, IPackageSpecificsD) Method

Remove Attribute from Package identified by feature attribute enum.

Definition

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

Parameters

AttributeEnum  FeatureAttributeEnum
Attribute to identify.
Parent  IPackageSpecificsD
The package of interest.

Return Value

Boolean
True if the attribute enum was found and the attribute is removed from package attribute list.

See Also