Click or drag to resize
SoAlgorithmsUnloadAlgorithmsModule Method

Unloads a module.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool UnloadAlgorithmsModule(
	string moduleFileName
)

Parameters

moduleFileName
Type: SystemString

The module filename to unload.

Return Value

Type: Boolean
Remarks

The module is unloaded only if it is not used anymore, it uses a references counter in order to figure out if the module can be unloaded or not.

See Also