SetFullNameAndAdjustVisibleName(FunctionBase,UniversalPropertyList) Method
Sets the given full name as the new full name to the given function and adjusts the visible name of that function. Returns false, if a problem occured (if a visible name cannot be evaluated) - no changes to the function-object have been made then.
Parameters
- pFunctionBase
- Function for which the name is set.
- eplFullName
- PropertyList with new full name.
Return Value
Returns false, if a problem occured (if a visible name cannot be evaluated) - no changes to the function-object have been made then.
Exception | Description |
ArgumentException | Invalid parameters were found. |
ArgumentNullException | Null was passed to a parameter. |
ApplicationException | When page is not set. |