Click or drag to resize

UtilitiesShowContentChooser Method (Guid, Guid, RenderContentKind, Guid, RenderContentShowContentChooserFlags, RhinoDoc)

Note: This API is now obsolete.

Shows the Content New / Existing Browser to allow the user to select a new or existing content.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.25
Syntax
[ObsoleteAttribute("Since 7.9: Use ShowContentNewExistingBrowser() instead")]
public static UtilitiesShowContentChooserResults ShowContentChooser(
	Guid defaultType,
	Guid defaultInstanceId,
	RenderContentKind kinds,
	ref Guid instanceIdOut,
	RenderContentShowContentChooserFlags flags,
	RhinoDoc doc
)

Parameters

defaultType
Type: SystemGuid

[Missing <param name="defaultType"/> documentation for "M:Rhino.Render.Utilities.ShowContentChooser(System.Guid,System.Guid,Rhino.Render.RenderContentKind,System.Guid@,Rhino.Render.RenderContent.ShowContentChooserFlags,Rhino.RhinoDoc)"]

defaultInstanceId
Type: SystemGuid

[Missing <param name="defaultInstanceId"/> documentation for "M:Rhino.Render.Utilities.ShowContentChooser(System.Guid,System.Guid,Rhino.Render.RenderContentKind,System.Guid@,Rhino.Render.RenderContent.ShowContentChooserFlags,Rhino.RhinoDoc)"]

kinds
Type: Rhino.RenderRenderContentKind

[Missing <param name="kinds"/> documentation for "M:Rhino.Render.Utilities.ShowContentChooser(System.Guid,System.Guid,Rhino.Render.RenderContentKind,System.Guid@,Rhino.Render.RenderContent.ShowContentChooserFlags,Rhino.RhinoDoc)"]

instanceIdOut
Type: SystemGuid

[Missing <param name="instanceIdOut"/> documentation for "M:Rhino.Render.Utilities.ShowContentChooser(System.Guid,System.Guid,Rhino.Render.RenderContentKind,System.Guid@,Rhino.Render.RenderContent.ShowContentChooserFlags,Rhino.RhinoDoc)"]

flags
Type: Rhino.RenderRenderContentShowContentChooserFlags

[Missing <param name="flags"/> documentation for "M:Rhino.Render.Utilities.ShowContentChooser(System.Guid,System.Guid,Rhino.Render.RenderContentKind,System.Guid@,Rhino.Render.RenderContent.ShowContentChooserFlags,Rhino.RhinoDoc)"]

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Render.Utilities.ShowContentChooser(System.Guid,System.Guid,Rhino.Render.RenderContentKind,System.Guid@,Rhino.Render.RenderContent.ShowContentChooserFlags,Rhino.RhinoDoc)"]

Return Value

Type: UtilitiesShowContentChooserResults

[Missing <returns> documentation for "M:Rhino.Render.Utilities.ShowContentChooser(System.Guid,System.Guid,Rhino.Render.RenderContentKind,System.Guid@,Rhino.Render.RenderContent.ShowContentChooserFlags,Rhino.RhinoDoc)"]

See Also