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

    Parameter NameDescription
    pPagePage to set.
    pFunctionFunction for check.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    See Also