SOLIDWORKS PDM Professional API Help Send Feedback
mbSilentMode Field
See Also 
EPDM.Interop.epdm Namespace > EdmCmd Structure : mbSilentMode Field


Silent mode status for the command.

Syntax

Visual Basic 
Public mbSilentMode As System.Short
C# 
public System.short mbSilentMode
C++/CLI 
public:
System.short mbSilentMode

Field Value

True to execute asynchronously in the background, false to run interactively from the user interface

See Also