Click or drag to resize

CAEXWrapperRemove Method

Removes this element. After that it is no longer assigned to a document and has no owner anymore.

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

Parameters

removeRelations  Boolean  (Optional)
If set to true, all relations to this object are removed also.

Implements

ICAEXWrapperRemove(Boolean)
See Also