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