Click or drag to resize

DialogsShowLineTypes Method (String, String, RhinoDoc)

Displays Rhino's LineType list box.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.7
Syntax
public static Object ShowLineTypes(
	string title,
	string message,
	RhinoDoc doc
)

Parameters

title
Type: SystemString
The dialog title.
message
Type: SystemString
The dialog message.
doc
Type: RhinoRhinoDoc
The active document.

Return Value

Type: Object
The id of the selected item if successful, null on cancel.
See Also