.NET Framework Class Library
Commands.CommandShell Method (MWCmd.UserInterface, Object[])
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Commands Class > Commands Methods > CommandShell Method > .NET Framework Class Library |
Execute a MwPDM UserInterface 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.UserInterface, _ |
C# |
|---|
public ShellResult CommandShell( MWCmd.UserInterface cmd, |
Visual C++ |
|---|
public: ShellResult^ CommandShell( |
JavaScript |
|---|
function commandShell(cmd, ... args); |
Parameters
cmd
Type: MwPDMApi.MWCmd.UserInterface
UserInterface 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