Click or drag to resize

TiremPropagationModelSetNativeLibraryPath Method

Sets the path of the directory containing the native libraries used by this propagation model.

By default, the native libraries will be automatically unpacked to the temporary directory and loaded from there. If that is not desirable for a particular application, this method can be used to bypass the automatic unpacking process. This method must be called before any other calculations are performed using this propagation model.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void SetNativeLibraryPath(
	string path
)

Parameters

path
Type: SystemString
The full path of the directory containing the required native libraries.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when path is .
See Also