Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / EvaluateAndSetAllNamesTXN Method
Project for which names are evaluated.
Whether evaluate visible name.
Whether parse visible name.

In This Topic
    EvaluateAndSetAllNamesTXN Method
    In This Topic
    Evaluate all names for all FunctionBase objects in the project by calling EvaluateName for all those objects. This methods does own transactions, so no transactions around the method are allowed.
    Syntax
    public void EvaluateAndSetAllNamesTXN( 
       Project pProject,
       bool bReEvaluateVisibleName,
       bool bReParseVisibleName
    )
    public:
    void EvaluateAndSetAllNamesTXN( 
       Project^ pProject,
       bool bReEvaluateVisibleName,
       bool bReParseVisibleName
    ) 

    Parameters

    Parameter NameDescription
    pProjectProject for which names are evaluated.
    bReEvaluateVisibleNameWhether evaluate visible name.
    bReParseVisibleNameWhether parse visible name.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    See Also