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

In This Topic
    FindNameGivingFunction(Function) Method
    In This Topic
    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( 
       Function pActual
    )
    public:
    Function^ FindNameGivingFunction( 
       Function^ pActual
    ) 

    Parameters

    Parameter NameDescription
    pActualFunction, which give name.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    Thrown when the page is not set.
    See Also