 | InterfaceFamilyTypeRemove Method |
Removes this InterfaceClass from the document.
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 found in ExternalInterfaces
or other InterfaceClasses are removed (but not the referencing elements).
Implements
ICAEXWrapperRemove(Boolean)ICAEXWrapperRemove(Boolean)
See Also