Click or drag to resize
SoAlgorithmsLoadAlgorithmsModule Method

Loads a module and returns an instance of the implementation of OIV.Inventor.Algorithms.SoAlgorithms in this 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 SoAlgorithms LoadAlgorithmsModule(
	string moduleFileName
)

Parameters

moduleFileName
Type: SystemString

The module filename. See the description of this class for more information.

Return Value

Type: SoAlgorithms

An instance of the Algorithms interface from the module, or NULL if the module cannot be load.

Remarks

If the module is already loaded this function just increments the reference count and returns a new instance of the algorithms interface.

See Also