 | CAEXWrapperRemove Method |
Removes this element. After that it is no longer assigned to a document and has no owner anymore.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual void Remove(
bool removeRelations = false
)
Public Overridable Sub Remove (
Optional removeRelations As Boolean = false
)
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