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.| Visual Basic | |
|---|---|
Public Interface IEdmCard6 Inherits IEdmCard5, IEdmObject5 | |
| C# | |
|---|---|
public interface IEdmCard6 : IEdmCard5, IEdmObject5 | |
| C++/CLI | |
|---|---|
public interface class IEdmCard6 : public IEdmCard5, IEdmObject5 | |
This interface extends IEdmCard5 by getting the card type.
To access this interface, call IEdmVault5::GetObject with eType = EdmObjectType.EdmObject_Card.