Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class / AdjustFullName Method
Function3D for which name is evaluated.

In This Topic
    AdjustFullName Method (NameService3D)
    In This Topic
    Evaluates for a given Function3D the full name from the visible name and sets that evaluated value at the function-object
    Syntax
    public bool AdjustFullName( 
       IFunctionBase pFunctionBase
    )
    public:
    bool AdjustFullName( 
       IFunctionBase^ pFunctionBase
    ) 

    Parameters

    pFunctionBase
    Function3D for which name is evaluated.

    Return Value

    Returns false, if the full name could not be evaluated.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also