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


Allows you to access a control in a file or folder data card.


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 IEdmCardControl7 
   Inherits IEdmCardControl5IEdmCardControl6IEdmObject5 
C# 
public interface IEdmCardControl7 : IEdmCardControl5IEdmCardControl6IEdmObject5  
C++/CLI 
public interface class IEdmCardControl7 : public IEdmCardControl5IEdmCardControl6IEdmObject5  

Example

Remarks

This interface extends IEdmCardControl6 by providing the ability to get the list of items in a list control on the data card.

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

See Also