erase

Navigation:  NxLib API > C++ Interface > NxLibItem >

erase

Previous pageReturn to chapter overviewNext page

Deletes the item or subtree.

Signatures

Variants throwing exceptions on API errors:

void erase() const

Variants returning API errors as int* parameter:

void erase(int* returnCode) const

Parameters

returnCode

The error code returned when accessing the item.

Return Value

none