 | CAEXObjectAssignNewGuidAsID Method |
Assigns the new unique identifier as a new ID to this CAEX object.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void AssignNewGuidAsID(
bool updateAllIdReferences = false
)
Public Sub AssignNewGuidAsID (
Optional updateAllIdReferences As Boolean = false
)
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