CentralSettingsGetLoadMechanism Method |
Gets what load mechanism has been specified for a certain plugin.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static GH_LoadingDemand GetLoadMechanism(
string pluginName
)
Public Shared Function GetLoadMechanism (
pluginName As String
) As GH_LoadingDemand
Parameters
- pluginName
- Type: SystemString
The name of the plugin file (without the extension).
Return Value
Type:
GH_LoadingDemandThe user-defined load mechanism.
See Also