AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Exists() [1/2]

virtual bool drama::sds::Id::Exists ( const std::string &  name) const
virtual

Determine if a named item exists in a structure.

Searches an existing SDS item for a item with a specified name, returned true if it exists.

The object on which the method is invoked must reference an SDS Structure item (rather then an array or primitive).

See also
SdsFind()
Parameters
nameThe name of the SDS item to find.
Returns
True if the named items exists in the structure.