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

In This Topic
    CanDeviceTagBeNested(Page,Function) Method
    In This Topic
    Sets the page and returns, if the device tag of a given function can be nested
    Syntax
    public bool CanDeviceTagBeNested( 
       Page pPage,
       Function pFunction
    )
    public:
    bool CanDeviceTagBeNested( 
       Page^ pPage,
       Function^ pFunction
    ) 

    Parameters

    pPage
    Page to set.
    pFunction
    Function for check.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also