Heureka API .NET Documentation
GetControlTable<T> Method (StateCalculatorBase)



Type of the control table
Gets the control table of a given type
Syntax
'Declaration
 
Public Function GetControlTable(Of T)() As T
'Usage
 
Dim instance As StateCalculatorBase
Dim value As T
 
value = instance.GetControlTable(Of T)()
public T GetControlTable<T>()
public:
T^ GetControlTablegeneric<typename T>
(); 

Type Parameters

T
Type of the control table

Return Value

Returns the control table of the supplied type or null if no match was found
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StateCalculatorBase Class
StateCalculatorBase Members

Send Feedback