| Visual Basic | |
|---|---|
Function CreateCardViewEx2( _ ByRef poArgs As EdmCardViewParams, _ ByVal poCallback As System.Object _ ) As IEdmCardView63 | |
| C# | |
|---|---|
IEdmCardView63 CreateCardViewEx2( ref EdmCardViewParams poArgs, System.object poCallback ) | |
| C++/CLI | |
|---|---|
IEdmCardView63^ CreateCardViewEx2( & EdmCardViewParams% poArgs, & System.Object^ poCallback ) | |
Parameters
- poArgs
- EdmCardViewParams structure containing various members that control the creation of the view
- poCallback
- Pointer to a class that implements IEdmCardViewCallback6
Return Value
IEdmCardView63Use this method if you want complete control of the loading and saving of data to and from a custom file or folder data card. Use IEdmFolder5::CreateCardView if you want SOLIDWORKS PDM Professional to handle the loading and saving of data to and from a simple file or folder data card.
This method supersedes IEdmVault6::CreateCardViewEx by allowing you to pass a structure instead of individual parameters.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2009