Click or drag to resize

ArchivableDictionary Constructor (Int32)

Initializes an instance of a dictionary for writing to a 3dm archive.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ArchivableDictionary(
	int version
)

Parameters

version
Type: SystemInt32
Custom version used to help the plug-in developer determine which version of a dictionary is being written. One good way to write version information is to use a date style integer (YYYYMMDD)
See Also