Description:

Renames an existing named layer state.

Syntax:
public Boolean Rename(
String oldName,
String newName
)
Parameters:
  • oldName
  • Type: System.String
  • The name of the layer state.
  • newName
  • Type: System.String
  • The new name
Returns:
Type: Boolean
True if successful, False otherwise.
Available since:
6.14

Nothing found