Click or drag to resize
SoScaleVizAddConfigFromFile Method

Adds a new configuration to ScaleViz.

Namespace: OIV.ScaleViz
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static bool AddConfigFromFile(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: Boolean
Remarks

Returns false if the configuration is not valid (e.g., if there are syntax errors).

See Also