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

Example

Remarks

This interface:

  • extends IEdmSearch7 by providing the ability to construct more complicated search criteria using:
    • Comparison operators
    • Boolean OR and AND

See Also