API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetFunctionsWithFilterScheme Method
Scheme-name of filter devices-navigator

GetFunctionsWithFilterScheme Method
Returns Function matching given filter from devices-navigator.
Syntax
public Function[] GetFunctionsWithFilterScheme( 
   string strFilterScheme
)

Parameters

strFilterScheme
Scheme-name of filter devices-navigator
Exceptions
ExceptionDescription
Thrown when internal used query throw exception.
Thrown when filter schema does not exist.
Thrown if strFilterScheme is set to null.
Remarks
* if scheme-name is empty, the current filter-scheme will be used. * if scheme-name is null, the method returns elements which are visible when no filter schema is used in a GUI navigator. * function templates are not returned by this method.
See Also