EvaluateAndSetAllNames(Page) Method
                In This Topic
            
            Sets the page and evaluates the full name for all placed functions and interruption points on page by calling EvaluateName for all those objects.
            
            
            Syntax
            
            
            
            
            public bool EvaluateAndSetAllNames( 
   Page 
)
             
        
            
            public:
bool EvaluateAndSetAllNames( 
   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