Click or drag to resize

CAEXWrapperCopy Method

Creates a deep copy of this CAEX object

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual CAEXWrapper Copy(
	bool deepCopy = true,
	bool assignNewIDs = true,
	bool includeSubClasses = false
)

Parameters

deepCopy  Boolean  (Optional)
if set to true a deep copy is created; otherwise only the attributes are included in the copy.
assignNewIDs  Boolean  (Optional)
if set to true all IDs, defined in the Node and the descendants get new IDs.
includeSubClasses  Boolean  (Optional)
if set to true sub classes of SystemUnitClasses, InterfacesClasses, RoleClasses and AttributeTypes are included in the copy. The default value is false.

Return Value

CAEXWrapper
The copied CAEX object.
See Also