Click or drag to resize

RoleFamilyTypeRemove Method

Removes this RoleClass from the document.

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

Parameters

removeRelations  Boolean  (Optional)
If set to true, all existing references found in RoleRequirements, SupportedRoleClasses or other RoleClasses are removed. RoleRequirements and SupportedRoleClass objects are removed from the document. In RoleClasses only the reference to the base class is removed.

Implements

ICAEXWrapperRemove(Boolean)
ICAEXWrapperRemove(Boolean)
See Also