NamedParametersEventArgs.Set Method (String, Vector3d)

NamedParametersEventArgsSet Method (String, Vector3d)

Set a Vector3d value for a given key name

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public void Set(
	string name,
	Vector3d value
)
Public Sub Set ( 
	name As String,
	value As Vector3d
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Rhino.Runtime.NamedParametersEventArgs.Set(System.String,Rhino.Geometry.Vector3d)"]

value
Type: Rhino.GeometryVector3d

[Missing <param name="value"/> documentation for "M:Rhino.Runtime.NamedParametersEventArgs.Set(System.String,Rhino.Geometry.Vector3d)"]

See Also