Grasshopper API
GH_AsynchFileData Constructor |
Asynchronous constructor. File properties will be loaded asychronously.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)
public GH_AsynchFileData( string filePath, bool thumbnail, GH_AsynchFileDataFileChangedDelegate callback )
Public Sub New ( filePath As String, thumbnail As Boolean, callback As GH_AsynchFileDataFileChangedDelegate )
Parameters
- filePath
- Type: SystemString
Location of file - thumbnail
- Type: SystemBoolean
If true, thumbnail data will be loaded. - callback
- Type: Grasshopper.GUIGH_AsynchFileDataFileChangedDelegate
Callback delegate for file changes.