SubComponentAddRuntimeMessage Method

Add a new message to this instance BaseComponent. Valid message type flags are Warning and Error. If the Message string is empty or zero-length no message is added.

Definition

Namespace: Karamba.GHopper.Utilities.UIWidgets
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public void AddRuntimeMessage(
	GH_RuntimeMessageLevel level,
	string text
)

Parameters

level  GH_RuntimeMessageLevel
Type of message. Only Warnings and Errors are recorded.
text  String
Content of message.

See Also