API Help
Eplan.EplApi.Base Namespace / EplAssert Class / Assert Method
The message to be traced to epllog.txt

In This Topic
    Assert Method
    In This Topic
    A Delevoper Assertion. When the boolean Expression fails, the debugged application fails into the debugger. Some Text is written to the EplLog.txt
    Syntax
    public void Assert( 
       bool bExpression,
       string strInformation
    )
    public:
    void Assert( 
       bool bExpression,
       String^ strInformation
    ) 

    Parameters

    bExpression
    strInformation
    The message to be traced to epllog.txt
    See Also