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


Allows you to access the contents of a file system folder in the vault.

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

Example

Remarks

This interface:

  • extends IEdmFolder9 by providing the ability to specify the appearance and functionality of card views.
  • is extended by IEdmFolder11.

See Also