Rename method: AnalyticTypeDefn class
Syntax
Rename(NewAnalyticTypeName)
Description
Use the Rename method to rename an existing analytic type definition to a new name. You must use this method immediately after you create the AnalyticType object, before you instantiate it, that is, before you use either the Get or Create method. The new name is not saved to the database until you use the Save method.
Parameters
| Parameter | Description |
|---|---|
|
NewAnalyticTypeName |
Specify the new name for the analytic type definition. |
Returns
None.
Related Topics