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

In This Topic
    IsCovered Method (MergedFunction)
    In This Topic
    Returns if the objects is a function or a connection covered by this merged function.
    Syntax
    public bool IsCovered( 
       StorableObject obj
    )
    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