Click or drag to resize
SoDBRemovePluginsDirectory Method

Remove directory from the list of search directories for plugin loading.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static bool RemovePluginsDirectory(
	string dirName
)

Parameters

dirName
Type: SystemString

Return Value

Type: Boolean
Remarks

See OIV.Inventor.SoDB.AddPlugin(System.String). Returns true if directory has been successfully removed.

See Also