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