Description:
Syntax:
public static Guid ShowLineTypes(
String title,
String message,
RhinoDoc doc,
Guid selectedLineTypeId
)
Returns:
Type: Guid
Available since:
8.0

Description:

Displays Rhino's LineType list box.

Syntax:
public static Object ShowLineTypes(
String title,
String message,
RhinoDoc doc
)
Parameters:
  • title
  • Type: System.String
  • The dialog title.
  • message
  • Type: System.String
  • The dialog message.
Returns:
Type: Object
The id of the selected item if successful, None on cancel.
Available since:
6.7

/
/
/
ShowLineTypes

ShowLineTypes method

Class:  Rhino.UI.Dialogs

Nothing found