Set new weight

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub SetWeight ( _
	_weight As Single _
)
C#
public void SetWeight(
	float _weight
)
Visual C++
public:
void SetWeight(
	float _weight
)
JavaScript
function setWeight(_weight);

Parameters

_weight
Type: System..::.Single

See Also