Click or drag to resize

ArchivableDictionarySet Method

Overload List
  NameDescription
Public methodSet(String, ArchivableDictionary)
Sets another ArchivableDictionary as entry in this dictionary.
Public methodSet(String, ObjRef)
Sets a ObjRef
Public methodSet(String, BoundingBox)
Sets a BoundingBox.
Public methodSet(String, GeometryBase)
Sets any class deriving from the GeometryBase base class.
Public methodSet(String, Interval)
Sets an Interval.
Public methodSet(String, Line)
Sets a Line.
Public methodSet(String, MeshingParameters)
Public methodSet(String, Plane)
Sets a Plane.
Public methodSet(String, Point2d)
Sets a Point2d.
Public methodSet(String, Point3d)
Sets a Point3d.
Public methodSet(String, Point3f)
Sets a Point3f.
Public methodSet(String, Point4d)
Sets a Point4d.
Public methodSet(String, Ray3d)
Sets a Ray3d.
Public methodSet(String, Transform)
Sets a Transform.
Public methodSet(String, Vector2d)
Sets a Vector2d.
Public methodSet(String, Vector3d)
Sets a Vector3d.
Public methodSet(String, Vector3f)
Sets a Vector3f.
Public methodSet(String, Boolean)
Sets a Boolean.
Public methodSet(String, Byte)
Sets a Byte.
Public methodSet(String, IEnumerableObjRef)
Sets an array of ObjRef
Public methodSet(String, IEnumerableGeometryBase)
Sets an array of GeometryBase
Public methodSet(String, IEnumerableBoolean)
Sets a list, an array or any enumerable of Boolean.
Public methodSet(String, IEnumerableByte)
Sets a list, an array or any enumerable of Byte.
Public methodSet(String, IEnumerableDouble)
Sets a list, an array or any enumerable of Double.
Public methodSet(String, IEnumerableGuid)
Sets a list, an array or any enumerable of Guid.
Public methodSet(String, IEnumerableInt16)
Sets a list, an array or any enumerable of Int16.
Public methodSet(String, IEnumerableInt32)
Sets a list, an array or any enumerable of Int32.
Public methodSet(String, IEnumerableSByte)
Sets a list, an array or any enumerable of SByte.
Public methodSet(String, IEnumerableSingle)
Sets a list, an array or any enumerable of Single.
Public methodSet(String, IEnumerableString)
Sets a list, an array or any enumerable of String.
Public methodSet(String, Double)
Sets a Double.
Public methodSet(String, Color)
Sets a Color.
Public methodSet(String, Font)
Sets a Font.
Public methodSet(String, Point)
Sets a Point.
Public methodSet(String, PointF)
Sets a PointF.
Public methodSet(String, Rectangle)
Sets a Rectangle.
Public methodSet(String, RectangleF)
Sets a RectangleF.
Public methodSet(String, Size)
Sets a Size.
Public methodSet(String, SizeF)
Sets a SizeF.
Public methodSet(String, Guid)
Sets a Guid.
Public methodSet(String, Int16)
Sets a Int16.
Public methodSet(String, Int32)
Sets a Int32.
Public methodSet(String, Int64)
Sets a Int64.
Public methodSet(String, SByte)
Sets a SByte.
Public methodSet(String, Single)
Sets a Single.
Public methodSet(String, String)
Sets a String.
Public methodSet(String, UInt16)
Sets a UInt16.
Public methodSet(String, UInt32)
Sets a UInt32.
Top
See Also