Tries to find the name of a key for an element.
Not implemented for now!.
Declaration Syntax
C# |
public string AttributeKey( SofuObject attribute )
Parameters
- attribute (SofuObject)
- Name of the element to find
Return Value
The name of the key if found
Exceptions
Exception | Condition |
---|---|
SofuNoElementException | Will throw SofuNoElementException when the Element is not in this Map |