SoAlgorithmsUnloadAlgorithmsModule Method |
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool UnloadAlgorithmsModule(
string moduleFileName
)
Public Shared Function UnloadAlgorithmsModule (
moduleFileName As String
) As Boolean
public:
static bool UnloadAlgorithmsModule(
String^ moduleFileName
)
static member UnloadAlgorithmsModule :
moduleFileName : string -> bool
Parameters
- moduleFileName
- Type: SystemString
The module filename to unload.
Return Value
Type:
BooleanRemarks 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