Description:
Syntax:
public static Guid ShowLineTypes(
String title,
String message,
RhinoDoc doc,
Guid selectedLineTypeId
)
String title,
String message,
RhinoDoc doc,
Guid selectedLineTypeId
)
Returns:
Type: Guid
Available since:
8.0
Description:
Displays Rhino's LineType list box.
Syntax:
Parameters:
- title
- Type: System.String
- The dialog title.
- message
- Type: System.String
- The dialog message.
- doc
- Type: RhinoDoc
- The active document.
Returns:
Type: Object
The id of the selected item if successful, None on cancel.
Available since:
6.7