Click or drag to resize
SoDBRemovePlugin Method

Unloads the specified plugin library.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static bool RemovePlugin(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: Boolean
Remarks

See addPlugin(). Returns true if plugin was successfully unloaded.

See Also