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.

EvaluateAndSetAllNamesTXN Method
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
)

Parameters

pProject
Project for which names are evaluated.
bReEvaluateVisibleName
Whether evaluate visible name.
bReParseVisibleName
Whether parse visible name.
Exceptions
ExceptionDescription
Invalid parameters were found.
Null was passed to a parameter.
See Also