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

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