[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Configuration
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public float GetElement(
	float defaultValue,
	params Object[] nodes
)
Public Function GetElement ( _
	defaultValue As Single, _
	ParamArray nodes As Object() _
) As Single
public:
virtual float GetElement(
	float defaultValue, 
	... array<Object^>^ nodes
) sealed

Parameters

defaultValue
Single
nodes
array< Object >[]()[]

Implements

ISettings..::.GetElement(Single, array<Object>[]()[])

See Also