.NET Framework Class Library
Commands.CommandShell Method (MWCmd.Plot, Object[])

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Commands Class > Commands Methods > CommandShell Method  >

.NET Framework Class Library
Commands.CommandShell Method (MWCmd.Plot, Object[])

Execute a MwPDM Plot command.

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

Syntax

Visual Basic

Public Function CommandShell ( _

cmd As MWCmd.Plot, _
ParamArray args As Object() _
) As ShellResult

C#

public ShellResult CommandShell(

MWCmd.Plot cmd,
params Object[] args
)

Visual C++

public:

ShellResult^ CommandShell(
MWCmd.Plot cmd,
... array<Object^>^ args
)

JavaScript

function commandShell(cmd, ... args);

Parameters

cmd

Type: MwPDMApi.MWCmd.Plot
Plot command identifier

args

Type: System.Object[]
variable number of parameters, used as parameters for the required command.

Return Value

Shell result object

Remarks

See Also

Commands Class

Commands Members

CommandShell Overload

MwPDMApi Namespace