DUOSObjectExtractID method

Examples


The DUOSObjectExtractID method extracts two strings combined using the DUOSObjectCombineID method.

Syntax

DUOSObjectCombineID(objectID, string1, string2)

Parameters

objectID – A string constructed using the DUOSObjectCombineID method.

string1 – The string combined with string2 to construct the objectID.

string2 – The string combined with string1 to construct the objectID.

Return value

A boolean indicating whether the objectID was combined using the DUOSObjectCombineID method. If True, objectID was combined.

Comments

Use the DUOSObjectExtractID method to return the original string values combined using the DUOSObjectCombineID method. Extracting an object ID returns the original combined string values. This is useful if you want to update DUOS data objects based on one of the original string values.


Documentation Feedback