Click or drag to resize
SoScaleVizAddConfig 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 AddConfig(
	SoScaleVizConfig config
)

Parameters

config
Type: OIV.ScaleViz.NodesSoScaleVizConfig

Return Value

Type: Boolean
Remarks

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

See Also