Click or drag to resize

ArchivableDictionary Constructor (UserData)

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(
	UserData parentUserData
)

Parameters

parentUserData
Type: Rhino.DocObjects.CustomUserData
parent user data if this dictionary is associated with user data
See Also