GH_AssemblyFolderInfo Constructor |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_AssemblyFolderInfo(
string folder,
GH_PluginFolderType type
)
Public Sub New (
folder As String,
type As GH_PluginFolderType
)
Parameters
- folder
- Type: SystemString
- type
- Type: Grasshopper.KernelGH_PluginFolderType
See Also