- Function me::GetAttribute(runtimeId, attr)¶
me::GetAttribute¶
The function me::GetAttribute
returns the contents of an attribute
as a string.
me::GetAttribute(
runtimeId, ! (input) an element
attr ! (input) an element
)
Arguments¶
- runtimeId
An element in the set
AllIdentifiers
referencing a runtime identifier.- attr
An element in the set
AllAttributeNames
Return Value¶
Returns the contents of the attribute
attr
of runtime identifierruntimeId
as a string. WhenruntimeId
doesn’t reference a runtime identifier an error will be raised.
See also
The procedures AttributeToString
, me::SetAttribute
and me::Create
.