Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IOutput

Last update: 16.07.2025

Namespace: VM
Assembly: VM.dll

Provides the ability to output a specified message.

public interface IOutput

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

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.

Connect with Ansys