Returns the element by the name.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public virtual Element GetByName(
	string name
)
Visual Basic (Declaration)
Public Overridable Function GetByName ( _
	name As String _
) As Element
Visual C++
public:
virtual Element^ GetByName(
	String^ name
)

Parameters

name
Type: System..::.String

See Also