public static void RenameFunction( IFunctionBase pFunctionBase, FunctionBasePropertyList pNewName, bool bKeepDescribingProps )
public: static void RenameFunction( IFunctionBase^ pFunctionBase, FunctionBasePropertyList^ pNewName, bool bKeepDescribingProps )
Parameters
| Parameter Name | Description |
|---|---|
| pFunctionBase | Function3D or Plane 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. |