EvaluateAndSetAllVisibleNames(Page) Method
In This Topic
Sets the page and evaluate the visible names from the full names for all placed functions and interruption points on page.
Syntax
public bool EvaluateAndSetAllVisibleNames(
Page
)
public:
bool EvaluateAndSetAllVisibleNames(
Page^
)
Parameters
- pPage
- Page to set.
Return Value
Returns "true" if any name has changed, modifies only functions, which name has been changed
Exceptions
Exception | Description |
ArgumentException | Invalid parameters were found. |
ArgumentNullException | Null was passed to a parameter. |
See Also