| Visual Basic (Declaration) | |
|---|---|
Sub Load( _ ByVal tuples As System.Collections.Generic.IEnumerable(Of Tuple), _ ByVal onComplete As LoadLayoutDataCompleteDelegate _ ) | |
| C# | |
|---|---|
void Load( System.Collections.Generic.IEnumerable<Tuple> tuples, LoadLayoutDataCompleteDelegate onComplete ) | |
Parameters
- tuples
- Data points.
- onComplete
- Delegate that is called when data is ready.tuples
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