SoScaleVizAddConfig 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 AddConfig(
SoScaleVizConfig config
)
Public Shared Function AddConfig (
config As SoScaleVizConfig
) As Boolean
public:
static bool AddConfig(
SoScaleVizConfig^ config
)
static member AddConfig :
config : SoScaleVizConfig -> bool
Parameters
- config
- Type: OIV.ScaleViz.NodesSoScaleVizConfig
Return Value
Type:
Boolean
RemarksReturns false if the configuration is not valid (e.g., if there are syntax errors).
See Also