API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPlugs Method
a FunctionsFilter, can be null

In This Topic
    GetPlugs Method
    In This Topic
    Returns Eplan.EplApi.DataModel.EObjects.Plugs matching given filter.
    Syntax
    public Plug[] GetPlugs( 
       FunctionsFilter filter
    )
    public:
    array<Plug^>^ GetPlugs( 
       FunctionsFilter^ filter
    ) 

    Parameters

    filter
    a FunctionsFilter, can be null

    Return Value

    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also