Utilities.ShowContentChooserResults
Public Enum
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**6.0
Syntax
public enum ShowContentChooserResults
Members
Member name
Value
Description
None
0
No choice (user cancelled).
New
1
User chose from ‘New’ tab. uuidOut is the type id.
Copy
2
User chose from ‘Existing’ tab with ‘copy’ radio button checked. uuidOut is the instance id.
Instance
3
User chose from ‘Existing’ tab with ‘instance’ radio button checked. uuidOut is the instance id.