Click or drag to resize

UtilitiesContentNewExistingResults Enumeration

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

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public enum ContentNewExistingResults
Members
  Member nameValueDescription
None0 No choice (user cancelled).
New1 User chose from 'New' tab. contents accepts the chosen type id(s).
Copy2 User chose from 'Existing' tab with 'copy' radio button checked. contents accepts the chosen instance id(s).
Instance3 User chose from 'Existing' tab with 'instance' radio button checked. contents accepts the chosen instance id(s).
Reference4 User chose from 'Existing' tab with no radio buttons. contents accepts the chosen instance id(s).
See Also