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