Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / FindNameGivingFunction Method / FindNameGivingFunction(Page,Function) Method
Page to set.
Function, which give name.

In This Topic
    FindNameGivingFunction(Page,Function) Method
    In This Topic
    Sets the page and finds the function, that would give hActual the function name, if hActual has no instance name parts (has no visible device tag). Returns NULL, if no such function exists or hActual don't take over a name.
    Syntax
    public Function FindNameGivingFunction( 
       Page pPage,
       Function pActual
    )
    public:
    Function^ FindNameGivingFunction( 
       Page^ pPage,
       Function^ pActual
    ) 

    Parameters

    pPage
    Page to set.
    pActual
    Function, which give name.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also