Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / CanDeviceTagBeNested Method / CanDeviceTagBeNested(Function) Method
Function for check.

In This Topic
    CanDeviceTagBeNested(Function) Method
    In This Topic
    Returns, if the device tag of a given function can be nested
    Syntax
    public bool CanDeviceTagBeNested( 
       Function pFunction
    )
    public:
    bool CanDeviceTagBeNested( 
       Function^ pFunction
    ) 

    Parameters

    pFunction
    Function for check.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    When page is not set.
    See Also