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

In This Topic
    IsCovered Method (MergedConnection)
    In This Topic
    Returns if the objects is a connection covered by this merged connection.
    Syntax
    public bool IsCovered( 
       Connection connection
    )
    public:
    bool IsCovered( 
       Connection^ connection
    ) 

    Parameters

    connection
    Object that is to be tested.

    Return Value

    true : object is covered by this merged connection

    false : object is not covered by this merged connection

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