GH_Chunk.AddMessage Method

GH_ChunkAddMessage Method

Log a new message with the top-level archive. Messages are collected during read/write operations, and can be displayed to the user upon completion using GH_Archive.ShowMessageLog().

Namespace:  GH_IO.Serialization
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public void AddMessage(
	string m,
	GH_Message_Type t
)
Public Sub AddMessage ( 
	m As String,
	t As GH_Message_Type
)

Parameters

m
Type: SystemString
Message text.
t
Type: GH_IO.SerializationGH_Message_Type
Message type.

Implements

GH_IChunkAddMessage(String, GH_Message_Type)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if message text is null or empty.
See Also