Click or drag to resize

ExternalInterfaceTypeRemove Method

Removes this ExternalInterface. After that it is no longer assigned to a document and has no owner anymore. If this ExternalInterfaces has InternalLink relations, the InternalLink relations are removed too, provided that the removeRelations is true.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override void Remove(
	bool removeRelations = false
)

Parameters

removeRelations  Boolean  (Optional)
If set to true, all existing references to the element are removed.

Implements

ICAEXWrapperRemove(Boolean)
ICAEXWrapperRemove(Boolean)
See Also