Checks uniqueness of a pen name and creates new one
if this one already exists.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string EnsureUniqueName( string name ) |
| Visual Basic |
|---|
Public Function EnsureUniqueName ( _ name As String _ ) As String |
| JScript |
|---|
public function EnsureUniqueName( name : String ) : String |
Parameters
- name
- Type: System..::..String
Pen name to be tested.