Click or drag to resize

UtilitiesShowContentChooserResults Enumeration

[Missing <summary> documentation for "T:Rhino.Render.Utilities.ShowContentChooserResults"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum ShowContentChooserResults
Members
  Member nameValueDescription
None0 No choice (user cancelled).
New1 User chose from 'New' tab. uuidOut is the type id.
Copy2 User chose from 'Existing' tab with 'copy' radio button checked. uuidOut is the instance id.
Instance3 User chose from 'Existing' tab with 'instance' radio button checked. uuidOut is the instance id.
See Also