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