SoAlgorithmsLoadAlgorithmsModule Method |
Loads a module and returns an instance of the implementation of SoAlgorithms in this module.
Namespace: OIV.Inventor.AlgorithmsAssembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoAlgorithms LoadAlgorithmsModule(
string moduleFileName
)
Public Shared Function LoadAlgorithmsModule (
moduleFileName As String
) As SoAlgorithms
public:
static SoAlgorithms^ LoadAlgorithmsModule(
String^ moduleFileName
)
static member LoadAlgorithmsModule :
moduleFileName : string -> SoAlgorithms
Parameters
- moduleFileName
- Type: SystemString
The module filename. See the description of this class for more information.
Return Value
Type:
SoAlgorithmsAn instance of the Algorithms interface from the module, or NULL if the module cannot be load.
RemarksIf the module is already loaded this function just increments the reference count and returns a new instance of the algorithms interface.
See Also