| Visual Basic | |
|---|---|
Sub Update( _ ByVal eType As EdmCardViewUpdateType, _ Optional ByRef poArg As System.Object _ ) | |
| C# | |
|---|---|
void Update( EdmCardViewUpdateType eType, ref System.object poArg ) | |
| C++/CLI | |
|---|---|
void Update( & EdmCardViewUpdateType eType, & System.Object^% poArg ) | |
Parameters
- eType
- Type of update to perform as defined in EdmCardViewUpdateType
- poArg
- Reserved for future use
See the IEdmCardView63 examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.4