sets the value of the given vertex

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

Syntax

C#
public void setValue(
	int vtxID,
	float val
)
Visual Basic
Public Sub setValue ( _
	vtxID As Integer, _
	val As Single _
)
Visual C++
public:
void setValue(
	int vtxID, 
	float val
)

Parameters

vtxID
Type: System..::..Int32

[Missing <param name="vtxID"/> documentation for "M:Visualisierung_BSP2.FlowChannel.setValue(System.Int32,System.Single)"]

val
Type: System..::..Single

[Missing <param name="val"/> documentation for "M:Visualisierung_BSP2.FlowChannel.setValue(System.Int32,System.Single)"]

See Also