DialogsShowPrintWidths Method (String, String) |
Shows the print widths dialogs
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public static double ShowPrintWidths(
string title,
string message
)
Public Shared Function ShowPrintWidths (
title As String,
message As String
) As Double
Parameters
- title
- Type: SystemString
[Missing <param name="title"/> documentation for "M:Rhino.UI.Dialogs.ShowPrintWidths(System.String,System.String)"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Rhino.UI.Dialogs.ShowPrintWidths(System.String,System.String)"]
Return Value
Type:
DoubleThe selected print width
See Also