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

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