Creates a new (empty) symbol category.

Namespace: Ico.Gwx
Assembly: GwxSymbolLibraryControl (in GwxSymbolLibraryControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool NewCategory(
	string categoryFile,
	string categoryTitle,
	string categoryDescription
)
Visual Basic
Public Function NewCategory ( _
	categoryFile As String, _
	categoryTitle As String, _
	categoryDescription As String _
) As Boolean
JScript
public function NewCategory(
	categoryFile : String, 
	categoryTitle : String, 
	categoryDescription : 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).

Return Value

True if the new category was successfully created, false otherwise.

See Also