SoScaleVizRemoveConfigFromFile Method |
Remove all configurations defined using the passed filename.
Namespace: OIV.ScaleVizAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static int RemoveConfigFromFile(
string filename
)
Public Shared Function RemoveConfigFromFile (
filename As String
) As Integer
public:
static int RemoveConfigFromFile(
String^ filename
)
static member RemoveConfigFromFile :
filename : string -> int
Parameters
- filename
- Type: SystemString
Return Value
Type:
Int32
RemarksReturns the number of removed configurations.
See Also