Hide Table of Contents
CreateCardView Method (IEdmFolder5)

Obsolete. Superseded by IEdmFolder10::CreateCardView2.

Syntax

Visual Basic (Declaration) 
Function CreateCardView( _
   ByVal lFileID As System.Integer, _
   ByVal lParentWindow As System.Integer, _
   ByVal lX As System.Integer, _
   ByVal lY As System.Integer, _
   Optional ByVal poCallback As EdmCallback _
) As IEdmCardView5
C# 
IEdmCardView5 CreateCardView( 
   System.int lFileID,
   System.int lParentWindow,
   System.int lX,
   System.int lY,
   EdmCallback poCallback
)
C++/CLI 
IEdmCardView5^ CreateCardView( 
&   System.int lFileID,
&   System.int lParentWindow,
&   System.int lX,
&   System.int lY,
&   EdmCallback^ poCallback
) 

Parameters

lFileID
ID of the file for which to create a data card view; 0 to create a view only for this folder
lParentWindow
Handle of the window in which to create the data card view
lX
X coordinate where to place the data card view relative to the upper left-hand corner of the window
lY
Y coordinate where to place the data card view relative to the upper left-hand corner of the window
poCallback
Optional pointer to a class that implements IEdmCallback to handle notifications from the data card view (see Remarks)

Return Value

IEdmCardView5; Nothing or null if the file does not have a data card associated with it

Remarks

If the callback is implemented for this card view:

C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmCardView5.

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: The file does not have a card associated with it.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   CreateCardView Method (IEdmFolder5)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2018 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.