API Help
Eplan.EplApi.DataModel Namespace / MergedFunction Class / IsCovered Method
Object that is to be tested.

IsCovered Method (MergedFunction)
Returns if the objects is a function or a connection covered by this merged function.
Syntax
public bool IsCovered( 
   StorableObject obj
)

Parameters

obj
Object that is to be tested.

Return Value

true : object is covered by this merged function

false : object is not covered by this merged function

Exceptions
ExceptionDescription
Thrown when object wasn't created.
See Also