| Visual Basic | |
|---|---|
Sub SetFlagIsFocusOnDataCard( _ ByVal flg As System.Boolean _ ) | |
| C# | |
|---|---|
void SetFlagIsFocusOnDataCard( System.bool flg ) | |
| C++/CLI | |
|---|---|
void SetFlagIsFocusOnDataCard( & System.bool flg ) | |
Parameters
- flg
- True to focus on this data card view, false to not
See the IEdmCardView64 examples.
SOLIDWORKS PDM Professional 2020