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

◆ Delete()

virtual void drama::sds::Id::Delete ( )
inlinevirtual

Delete the SDS item.

SdsDelete() is invoked on the SDS ID refered to by the Object.
This is generally used to delete items which are a component of other objects. The ID is also free-ed if the approiate flag is set

After this method is invoked, this object is invalid and many methods will now fail. But you can use the copy methods to insert a new item.

The object on which the method is invoked must reference an internal SDS item (rather then external).

See also
SdsDelete()
SdsFreeId()

References drama::CreateRunDramaTask(), and DramaTHROW.