Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / GetPartsWithFilterScheme Method
Filter schema that is visible in window 'Parts management'

In This Topic
GetPartsWithFilterScheme Method
In This Topic
Gets parts using the filter from GUI.
Syntax
public MDPart[] GetPartsWithFilterScheme( 
   string strGUIFilter
)

Parameters

strGUIFilter
Filter schema that is visible in window 'Parts management'
Remarks
If scheme-name is empty, the current filter-scheme will be used (excluding 'no-filter' scheme). If scheme-name is null, the method returns elements which are visible when no filter schema is used.
See Also