SoScaleVizRemoveConfig Method |
Removes configuration from ScaleViz.
Namespace: OIV.ScaleVizAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool RemoveConfig(
SoScaleVizConfig config
)
Public Shared Function RemoveConfig (
config As SoScaleVizConfig
) As Boolean
public:
static bool RemoveConfig(
SoScaleVizConfig^ config
)
static member RemoveConfig :
config : SoScaleVizConfig -> bool
Parameters
- config
- Type: OIV.ScaleViz.NodesSoScaleVizConfig
Return Value
Type:
Boolean
RemarksReturns true if the configuration has been successfully removed.
See Also