ArchivableDictionary Constructor (Int32, String) |
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,
string name
)
Public Sub New (
version As Integer,
name As String
)
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)
- name
- Type: SystemString
Optional name to associate with this dictionary.
NOTE: if this dictionary is set as a sub-dictionary, the name will be changed to
the sub-dictionary key entry
See Also