| Visual Basic | |
|---|---|
Sub SetFocus( _ Optional ByRef poVariableNameOrID As System.Object _ ) | |
| C# | |
|---|---|
void SetFocus( ref System.object poVariableNameOrID ) | |
| C++/CLI | |
|---|---|
void SetFocus( & System.Object^% poVariableNameOrID ) | |
Parameters
- poVariableNameOrID
- Name or ID of the variable to which to set focus; 0 to set focus to the first control in the card
See the IEdmCardView61 examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.0