public Function[] GetFunctionsWithFilterScheme( string strFilterScheme )
public: array<Function^>^ GetFunctionsWithFilterScheme( String^ strFilterScheme )
Parameters
- strFilterScheme
- Scheme name of filter from the device navigator
public Function[] GetFunctionsWithFilterScheme( string strFilterScheme )
public: array<Function^>^ GetFunctionsWithFilterScheme( String^ strFilterScheme )
| Exception | Description |
|---|---|
| Eplan.EplApi.Base.BaseException | Thrown if internally used query throws exception. |
| System.ArgumentException | Thrown if filter scheme does not exist. |
| System.ArgumentNullException | Thrown if strFilterScheme is set to NULL. |