SOLIDWORKS PDM Professional API Help Send Feedback
IEdmCard5 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmCard5 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 IEdmCard5 
   Inherits IEdmObject5 
C# 
public interface IEdmCard5 : IEdmObject5  
C++/CLI 
public interface class IEdmCard5 : public IEdmObject5  

Example

Remarks

This interface:

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

Accessors

See Also