[]
Sets a custom name comment for the scope.
bool SetModelScopeCustomNameComment(string name, string comment)
Function SetModelScopeCustomNameComment(name As String, comment As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | name | The name of the custom name to get |
| string | comment | The comment of the custom name to add |
| Type | Description |
|---|---|
| bool | If true comment is set; otherwise, false |