Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class / AdjustFullName Method
Function3D or Plane 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

    Parameter NameDescription
    pFunctionBaseFunction3D or Plane for which name is evaluated.

    Return Value

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