creates a new channel containing the geometrical information of the given dimension (x = 0, y = 1). Returns address of the created channel in the channels array (line 28)

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

Syntax

C#
public int createChannelGeometry(
	int dimension
)
Visual Basic
Public Function createChannelGeometry ( _
	dimension As Integer _
) As Integer
Visual C++
public:
int createChannelGeometry(
	int dimension
)

Parameters

dimension
Type: System..::..Int32

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

Return Value

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

See Also