FieldDictionary.Set Method (String, Point2d)

FieldDictionarySet Method (String, Point2d)

Set the field value and send the appropriate change notification to the render SDK. Will throw a InvalidOperationException exception if the key name is not valid.

Namespace:  Rhino.Render.Fields
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Set(
	string key,
	Point2d value
)
Public Sub Set ( 
	key As String,
	value As Point2d
)

Parameters

key
Type: SystemString
Key name for the field value to change.
value
Type: Rhino.GeometryPoint2d
New value for this field.
Version Information

Rhino for Windows

Supported in: 6.14
See Also