Grasshopper API
GH_DocumentOnFilePathChanged Method |
Raise the FilePathChanged event.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
public void OnFilePathChanged( string old, string new )
Public Sub OnFilePathChanged ( old As String, new As String )
Parameters
- old
- Type: SystemString
Old filepath. - new
- Type: SystemString
New filepath.