Creates a new (empty) symbol category.
Namespace: Ico.GwxAssembly: GwxSymbolLibraryControl (in GwxSymbolLibraryControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool NewCategory(
string categoryFile,
string categoryTitle,
string categoryDescription,
string loadPassword,
string savePassword
) |
Visual Basic |
---|
Public Function NewCategory ( _
categoryFile As String, _
categoryTitle As String, _
categoryDescription As String, _
loadPassword As String, _
savePassword As String _
) As Boolean |
JScript |
---|
public function NewCategory(
categoryFile : String,
categoryTitle : String,
categoryDescription : String,
loadPassword : String,
savePassword : String
) : boolean |
Parameters
- categoryFile
- Type: System..::..String
The file name of the new symbol category.
- categoryTitle
- Type: System..::..String
The title of the new category (optional).
- categoryDescription
- Type: System..::..String
A description for the new category (optional).
- loadPassword
- Type: System..::..String
The password required to load this category.
- savePassword
- Type: System..::..String
The password required to save this category.
Return Value
True if the new category was successfully created, false otherwise.
See Also