RhinoGet.GetFileNameScripted Method

RhinoGetGetFileNameScripted Method

[Missing <summary> documentation for "M:Rhino.Input.RhinoGet.GetFileNameScripted(Rhino.Input.Custom.GetFileNameMode,System.String)"]

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static string GetFileNameScripted(
	GetFileNameMode mode,
	string defaultName
)
Public Shared Function GetFileNameScripted ( 
	mode As GetFileNameMode,
	defaultName As String
) As String

Parameters

mode
Type: Rhino.Input.CustomGetFileNameMode

[Missing <param name="mode"/> documentation for "M:Rhino.Input.RhinoGet.GetFileNameScripted(Rhino.Input.Custom.GetFileNameMode,System.String)"]

defaultName
Type: SystemString

[Missing <param name="defaultName"/> documentation for "M:Rhino.Input.RhinoGet.GetFileNameScripted(Rhino.Input.Custom.GetFileNameMode,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.Input.RhinoGet.GetFileNameScripted(Rhino.Input.Custom.GetFileNameMode,System.String)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also