| Visual Basic | |
|---|---|
Sub ShowWindow( _ Optional ByVal bShow As System.Boolean _ ) | |
| C# | |
|---|---|
void ShowWindow( System.bool bShow ) | |
| C++/CLI | |
|---|---|
void ShowWindow( & System.bool bShow ) | |
Parameters
- bShow
- True to show the card view window, false to not
See the IEdmCardView5 examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2