Click or drag to resize
NodeTMostDerivedGetElement 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#
public 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.

Implements

INodeGetElement(String)
See Also