Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / SetName Method
A function whose name is to be set.

In This Topic
    SetName Method (NameService)
    In This Topic
    Sets a default device tag to the function. (I.e. a device tag which is automatically assigned when manually inserting a symbol on a page)
    Syntax
    public bool SetName( 
       Function func
    )
    public:
    bool SetName( 
       Function^ func
    ) 

    Parameters

    func
    A function whose 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