Click or drag to resize

FileUsdWriteOptionsToDictionary Method

Create a dictionary of these options. This dictionary can be passed to Export(String, ArchivableDictionary)

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public ArchivableDictionary ToDictionary()

Return Value

Type: ArchivableDictionary
A ArchivableDictionary with all the necessary key/value pairs
See Also