[]
Modifies the name of a model scope custom name.
public bool ModifyModelScopeCustomName(string name, string newName)
Public Function ModifyModelScopeCustomName(name As String, newName As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | Name of the custom name to modify |
string | newName | New name of the custom name to modify |
Type | Description |
---|---|
bool | true if name is modified; otherwise, false |