Click or drag to resize
INodeGetElement Method
Gets the element with the path path relative to this node.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
IElement GetElement(
	string path
)

Parameters

path
Type: SystemString
The relative path to the desired element.

Return Value

Type: IElement
The element with the given path, if such an element exists; otherwise, null.
See Also