Sets another ArchivableDictionary as entry in this dictionary.
- key
- Type: string
- A text key.
- val
- Type: ArchivableDictionary
- An object for that key. Because this class is a reference type and is mutable, changes to this object will propagate to the object inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a bool .
Sets a byte .
Sets a Rhino.DocObjects.ObjRef
- key
- Type: string
- A text key
- val
- Type: DocObjects.ObjRef
- An object for that key Because this class is a reference type and is mutable, changes to this object will propagate to the object inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a double .
Sets a float .
Sets a Rhino.Geometry.BoundingBox .
- key
- Type: string
- A text key.
- val
- Type: Geometry.BoundingBox
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets any class deriving from the Rhino.Geometry.GeometryBase base class.
- key
- Type: string
- A text key.
- val
- Type: Geometry.GeometryBase
- A geometry object for that key. Because this class is a reference type and is mutable, changes to this object will propagate to the object inside the dictionary. It is up to the user to clone this entry when appropriate. You can use for this.
Sets an Rhino.Geometry.Interval .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Interval
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Line .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Line
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.MeshingParameters .
- key
- Type: string
- A text key.
- val
- Type: Geometry.MeshingParameters
- An object for that key. Because this class is a reference type and is mutable, changes to this object will propagate to the object inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a Rhino.Geometry.Plane .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Plane
- A plane for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Point2d .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Point2d
- A point for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Point3d .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Point3d
- A point for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Point3f .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Point3f
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Point4d .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Point4d
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Ray3d .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Ray3d
- A value for that key. Because has value semantics and is immutable, no changes to this object are possible.
Sets a Rhino.Geometry.Transform .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Transform
- A transform for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Vector2d .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Vector2d
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Vector3d .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Vector3d
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a Rhino.Geometry.Vector3f .
- key
- Type: string
- A text key.
- val
- Type: Geometry.Vector3f
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a list, an array or any enumerable of bool .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<bool>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of byte .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<byte>
- A value for that key Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of double .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<double>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of float .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<float>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets an array of Rhino.Geometry.GeometryBase
- key
- Type: string
- A text key
- val
- Type: IEnumerable<Geometry.GeometryBase>
- An object for that key Because this class is a reference type and is mutable, changes to this object will propagate to the object inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of Guid .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<Guid>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of int .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<int>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets an array of Rhino.DocObjects.ObjRef
- key
- Type: string
- A text key
- val
- Type: IEnumerable<DocObjects.ObjRef>
- An object for that key Because this class is a reference type and is mutable, changes to this object will propagate to the object inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of sbyte .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<sbyte>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of short .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<short>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a list, an array or any enumerable of string .
- key
- Type: string
- A text key.
- val
- Type: IEnumerable<string>
- A value for that key. Because this interface is a reference type, changes to the assigned object will modify this entry inside the dictionary. It is up to the user to clone this entry when appropriate.
Sets a int .
Sets a sbyte .
Sets a short .
Sets a string .
Sets a System.Drawing.Color .
Sets a System.Drawing.Font .
- key
- Type: string
- A text key.
- val
- Type: System.Drawing.Font
- A value for that key. Because is immutable, it is not possible to modify the object while it is in this dictionary.
Sets a System.Drawing.Point .
- key
- Type: string
- A text key.
- val
- Type: System.Drawing.Point
- A value for that key. Because has value semantics, changes to the assigning value will leave this entry unchanged.
Sets a System.Drawing.PointF .
Sets a System.Drawing.Rectangle .
Sets a System.Drawing.RectangleF .
Sets a System.Drawing.Size .
Sets a System.Drawing.SizeF .
Sets a Guid .
Sets a long .
Sets a uint .
Sets a ushort .