Exists property

Examples


The Exists property returns True if specified data object exists in a collection.

Syntax

DUOSObjects.Exists(objectID)

Parameters

DUOSObjects – A collection of data objects in the DUOS.

objectID – The unique identifier for the data object in the collection.

Comments

The Exists property is a read-only property. If the specified data object exists, it will return True. Otherwise, it will return False.


Documentation Feedback