SOLIDWORKS PDM Professional API Help Send Feedback
IEdmCard6 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmCard6 Interface


Allows you to access the file or folder data card that is created with the SOLIDWORKS PDM Professional's Card Editor.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmCard6 
   Inherits IEdmCard5IEdmObject5 
C# 
public interface IEdmCard6 : IEdmCard5IEdmObject5  
C++/CLI 
public interface class IEdmCard6 : public IEdmCard5IEdmObject5  

Example

Remarks

This interface extends IEdmCard5 by getting the card type.

To access this interface, call IEdmVault5::GetObject with eType = EdmObjectType.EdmObject_Card.

See Also