 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override void Remove(
bool removeRelations = false
)
Public Overrides Sub Remove (
Optional removeRelations As Boolean = false
)
public:
virtual void Remove(
bool removeRelations = false
) override
Parameters
- removeRelations Boolean (Optional)
-
If set to true, all existing references to the element are removed.
Implements
ICAEXWrapperRemove(Boolean)ICAEXWrapperRemove(Boolean)
See Also