Function me::Delete(runtimeId)

me::Delete

The procedure me::Delete a runtime identifier and all runtime identifiers below that identifier.

me::Delete(
        runtimeId  ! (input) an element
)

Arguments

runtimeId

An element in the set AllIdentifiers referencing a runtime identifier.

Return Value

Returns 1 if the delete operation is successful, 0 otherwise. In the latter case error(s) have been raised. When runtimeId doesn’t reference a runtime identifier an error will be raised.

See also