Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class / SetName Method
A Function3D for which name is to be set.

In This Topic
    SetName Method (NameService3D)
    In This Topic
    Sets a default device tag to the function.
    Syntax
    public static bool SetName( 
       IFunctionBase pFunctionBase
    )
    public:
    static bool SetName( 
       IFunctionBase^ pFunctionBase
    ) 

    Parameters

    pFunctionBase
    A Function3D for which name is to be set.

    Return Value

    Returns true, if the device tag has actually been changed.
    Remarks
    The function must have its function definition configured (since the code letter is provided by this).
    See Also