SOLIDWORKS PDM Professional API Help Send Feedback
Update Method (IEdmCardView63)
See Also 
EPDM.Interop.epdm Namespace > IEdmCardView63 Interface : Update Method (IEdmCardView63)


eType
Type of update to perform as defined in EdmCardViewUpdateType
poArg
Reserved for future use
Updates controls in this card view.

Syntax

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

Example

See the IEdmCardView63 examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 6.4