Click or drag to resize

CAEXObjectAssignNewGuidAsID Method

Assigns the new unique identifier as a new ID to this CAEX object.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void AssignNewGuidAsID(
	bool updateAllIdReferences = false
)

Parameters

updateAllIdReferences  Boolean  (Optional)
If set to true, all references, where the old assigned ID is used, are changed to reference the new assigned ID. The default value is false
See Also