returns a pointer to the instance of channel at given adress. This is the only way to access the channels storage (at line 28)

Namespace: Visualisierung_BSP2
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FlowChannel getChannel(
	int i
)
Visual Basic
Public Function getChannel ( _
	i As Integer _
) As FlowChannel
Visual C++
public:
FlowChannel^ getChannel(
	int i
)

Parameters

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:Visualisierung_BSP2.FlowData.getChannel(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Visualisierung_BSP2.FlowData.getChannel(System.Int32)"]

See Also