.NET Framework Class Library
UserInterface.ActivityConsolePrint Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.ActivityConsolePrint Method

The text is always appended as a new line (max lines = 500) and automatically scrolled down into the window.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub ActivityConsolePrint ( _

msg As String _
)

C#

public void ActivityConsolePrint(

string msg
)

Visual C++

public:

void ActivityConsolePrint(
String^ msg
)

JavaScript

function activityConsolePrint(msg);

Parameters

msg

Type: System.String

Remarks

Available starting from R15 release.

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace