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

CanDeviceTagBeNested(Page,Function) Method
Sets the page and returns, if the device tag of a given function can be nested
Syntax
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