Click or drag to resize

IGH_ActiveObjectRuntimeMessageLevel Property

Gets the worst-case level of all messages. I.e. if only warnings have been recorded, the level will be ::warning. If even a single error exists, the level will be ::error.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
GH_RuntimeMessageLevel RuntimeMessageLevel { get; }

Property Value

Type: GH_RuntimeMessageLevel

[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_ActiveObject.RuntimeMessageLevel"]

See Also