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

    Parameter NameDescription
    pFunctionFunction for check.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    Thrown when the page is not set.
    See Also