Tesla Graphics Engine Documentation (January 2012)
GetValue Method (valueEnum, value)
TeslaTesla.CoreEngineValueMapGetValue(EngineValue, Int32%)
Convenience method for retrieving the int value corresponding to the specified engine value.
Declaration Syntax
C#
public void GetValue(
	EngineValue valueEnum,
	out int value
)
Parameters
valueEnum (EngineValue)
EngineValue enum
value (Int32%)
int value to store result
Exceptions
Exception Condition
InvalidOperationException Thrown if the engine value specified does not correspond to an int value.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)