| 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.38.0 (9.9.38.0)
Syntaxpublic static void SetOutputDir(
string name_24514
)
Public Shared Sub SetOutputDir (
name_24514 As String
)
public:
static void SetOutputDir(
String^ name_24514
)
static member SetOutputDir :
name_24514 : string -> unit
Parameters
- name_24514
- Type: SystemString
RemarksIf defined directory does not exist, it will be created. Must be called before calling start();
See Also