SOLIDWORKS PDM Professional API Help Send Feedback
EdmLaunchSearchFlags Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmLaunchSearchFlags Enumeration


Flags which control the behavior of IEdmSearch7::LaunchApp.

Syntax

Visual Basic 
Public Enum EdmLaunchSearchFlags 
   Inherits System.Enum
C# 
public enum EdmLaunchSearchFlags : System.Enum 
C++/CLI 
public enum class EdmLaunchSearchFlags : public System.Enum 

Members

MemberDescription
Elsf_DefaultIsAFavorite4 = The bsDefault argument to IEdmSearch7::LaunchApp is the name of a favorite, not a form
Elsf_HidePreview2 = Hides the preview area under the result listing in the search tool
Elsf_HideTree1 = Hides the tree pane in the search tool
Elsf_Nothing0 = Default behavior

See Also