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

IsCovered Method (MergedConnection)
Returns if the objects is a connection covered by this merged connection.
Syntax
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