IAttributeRemoveProperty(String, IPackageSpecificsD) Method

Remove a property from the package identified by name. This do not set the "has changed" flag in Step and IPCBIWindow, you can use PackagePropertyOrAttributeHasChanged and NeedToSave to set it manualy.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool RemoveProperty(
	string PropertyName,
	IPackageSpecificsD Parent
)

Parameters

PropertyName  String
The name to identify the package.
Parent  IPackageSpecificsD
Package of interest.

Return Value

Boolean
True if the property was removed.

See Also