Click or drag to resize

AttributeFamilyTypeRemove Method

Removes this AttributeType 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 Attributes or other AttributeTypes are removed (but not the referencing elements).

Implements

ICAEXWrapperRemove(Boolean)
ICAEXWrapperRemove(Boolean)
See Also