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