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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
float GetAttribute(
	float defaultValue,
	string attribute,
	params Object[] nodes
)
Function GetAttribute ( _
	defaultValue As Single, _
	attribute As String, _
	ParamArray nodes As Object() _
) As Single
float GetAttribute(
	float defaultValue, 
	String^ attribute, 
	... array<Object^>^ nodes
)

Parameters

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

See Also