Click or drag to resize

GH_ActiveObjectRuntimeMessageLevel Property

Returns the worst case flag for the current object

If the object contains at least 1 error, the result is Error.

If the object contains at least 1 warning, the result is Warning.

If the object contains at least 1 message, the result is Remark.

If the object contains no errors, no warnings and no messages, the result is Blank.

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

Property Value

Type: GH_RuntimeMessageLevel

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

Implements

IGH_ActiveObjectRuntimeMessageLevel
See Also