DVTk API
WriteWarning Method (text)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadWriteWarning(String)
DVTk API

[This is preliminary documentation and is subject to change.]

Writes a warning text to the results and triggers a WarningOutputEvent.
Declaration Syntax
C#Visual BasicVisual C++
public abstract void WriteWarning(
	string text
)
Public MustOverride Sub WriteWarning ( _
	text As String _
)
public:
virtual void WriteWarning(
	String^ text
) abstract
Parameters
text (String)
The warning text.
Remarks
When this instance is e.g. attached to a HliForm, the supplied warning text will be displayed in this Form (the triggered WarningOutputEvent is used for this).

This method needs to be overridden in a descendant class.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0