Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / GetSortedListOfLogicals Method / GetSortedListOfLogicals(Page) Method
Page to set.

In This Topic
    GetSortedListOfLogicals(Page) Method
    In This Topic
    Sets the page and returns a sorted list of logicals (that is everything derived from functionbase). The logicals are sorted in that way, so that objects which are dependent on the name of other logicals are sorted behind them.
    Syntax
    public FunctionBase[] GetSortedListOfLogicals( 
       Page pPage
    )
    public:
    array<FunctionBase^>^ GetSortedListOfLogicals( 
       Page^ pPage
    ) 

    Parameters

    pPage
    Page to set.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also