- 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
The functions
me::Children
andme::GetAttribute
.Retrieve Value of Dynamic Identifier illustrates the use of model edit functions. The purpose of
me::Delete
in that post is to remove an old existing library before creating a new one.