[C#] | public void setSearchPath(string path); |
[VB] | Public Sub setSearchPath(path As String) |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public void setSearchPath(string path); |
[VB] | Public Sub setSearchPath(path As String) |
Description
Arguments
Argument | Default | Description |
---|---|---|
path | (Mandatory) | A list of paths, separated with the path separator of the operating system (";" for Windows, ":" for Linux/UNIX). |
Return Value