Grasshopper API
GH_DocumentIOSaveDocumentDialog Method |
Display the Save GH/GHX dialog.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public string SaveDocumentDialog( string path = null, string title = "Save…" )
Public Function SaveDocumentDialog ( Optional path As String = Nothing, Optional title As String = "Save…" ) As String
Parameters
- path (Optional)
- Type: SystemString
Optional default path. - title (Optional)
- Type: SystemString
Title of dialog.
Return Value
Type: StringFileName specified via the Save dialog or null if the dialog was cancelled.
