FieldDictionaryAdd Method (String, Vector2d) |
Namespace: Rhino.Render.Fields
public Vector2dField Add( string key, Vector2d value )
Public Function Add ( key As String, value As Vector2d ) As Vector2dField
[Missing <returns> documentation for "M:Rhino.Render.Fields.FieldDictionary.Add(System.String,Rhino.Geometry.Vector2d)"]
| Exception | Condition |
|---|---|
| ArgumentException | An element with the same key already exists in the dictionary |