Loads the specified symbol category synchronously.
Namespace: Ico.GwxAssembly: GwxSymbolLibraryControl (in GwxSymbolLibraryControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool LoadCategory(
string categoryFile
) |
Visual Basic |
---|
Public Function LoadCategory ( _
categoryFile As String _
) As Boolean |
JScript |
---|
public function LoadCategory(
categoryFile : String
) : boolean |
Parameters
- categoryFile
- Type: System..::..String
The filename of the symbol category to load.
Return Value
True if the category was successfully loaded, false otherwise.
See Also