public static void RenameFunction( IFunctionBase pFunctionBase, FunctionBasePropertyList pNewName, bool bKeepDescribingProps )
public: static void RenameFunction( IFunctionBase^ pFunctionBase, FunctionBasePropertyList^ pNewName, bool bKeepDescribingProps )
Parameters
- pFunctionBase
- Function3D which name will be changed.
- pNewName
- Name that will be set to function and its children.
- bKeepDescribingProps
- if
true
then describing properties of function will not be changed.