Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOutput

Last update: 03.07.2024

Namespace: VM
Assembly: VM.dll

Provides the ability to output a specified message.

public interface IOutput

Methods

Clear()

Cleat output messages.

void Clear()

Write(string, string)

Output a specified message.

void Write(string category, string message)

Parameters

category string

The category of the message.

message string

The message to output.