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

In This Topic
    GetSortedListOfLogicals() Method
    In This Topic
    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()
    public:
    array<FunctionBase^>^ GetSortedListOfLogicals(); 
    Exceptions
    ExceptionDescription
    When page is not set.
    See Also