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


Allows you to quickly find files or folders.


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

Example

Remarks

This interface:

See Also