GH_ComponentServerIsLoading Property |
Gets whether the component server is currently executing its external-file
load pass. True from entry to LoadExternalFiles until it returns.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool IsLoading { get; }Public ReadOnly Property IsLoading As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.IsLoading"]
See Also