RenameView(int, string)

Rename the model view specified by viewIndex to newLabel.

Declaration Syntax

public void RenameView(int viewIndex, string newLabel)

Parameters

viewIndex(int)

The index of the listed view to be renamed.

newLabel(string)

Th new name to be applied.