eDriven Framework API
ReadValue Method (target, variableName)
NamespaceseDriven.AnimationTweenBaseReadValue(Object, String)
eDriven Framework API
Reads the value from the given object TODO: use the one from Core utils?
Declaration Syntax
C#Visual BasicVisual C++
public static Object ReadValue(
	Object target,
	string variableName
)
Public Shared Function ReadValue ( _
	target As Object, _
	variableName As String _
) As Object
public:
static Object^ ReadValue(
	Object^ target, 
	String^ variableName
)
Parameters
target (Object)
variableName (String)
Return Value

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)