SoScaleVizAddConfigFromFile Method |
Adds a new configuration to ScaleViz.
Namespace: OIV.ScaleVizAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool AddConfigFromFile(
string filename
)
Public Shared Function AddConfigFromFile (
filename As String
) As Boolean
public:
static bool AddConfigFromFile(
String^ filename
)
static member AddConfigFromFile :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
Boolean
RemarksReturns false if the configuration is not valid (e.g., if there are syntax errors).
See Also