INodeGetElement Method | |
Gets the element with the path path relative to this node.
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax IElement GetElement(
string path
)
Parameters
- path
- Type: SystemString
The relative path to the desired element.
Return Value
Type:
IElementThe element with the given path, if such an element exists; otherwise,
null.
See Also