Set new weight
Namespace:
FlowMapAssembly: 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