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: 9.9.13.0 (9.9.13.0)
Syntax
public static bool RemovePluginsDirectory(
	string dirName
)

Parameters

dirName
Type: SystemString

Return Value

Type: Boolean
Remarks

See addPlugin(). Returns true if directory has been successfully removed.

See Also