SoScaleVizARTSetOutputDir Method |
Sets the directory where to the ART files will be generated.
Namespace: OIV.ScaleVizAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetOutputDir(
string name_24537
)
Public Shared Sub SetOutputDir (
name_24537 As String
)
public:
static void SetOutputDir(
String^ name_24537
)
static member SetOutputDir :
name_24537 : string -> unit
Parameters
- name_24537
- Type: SystemString
RemarksIf defined directory does not exist, it will be created. Must be called before calling start();
See Also