 | ICAEXWrapperRemove Method |
Removes this object
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid Remove(
bool removeRelations = true
)
Sub Remove (
Optional removeRelations As Boolean = true
)
void Remove(
bool removeRelations = true
)
Parameters
- removeRelations Boolean (Optional)
-
If set to true, all existing references to the element are removed.
See Also