Click or drag to resize
SoDBRemovePlugin Method

Unloads the specified plugin library.

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

Parameters

fileName
Type: SystemString

Return Value

Type: Boolean
Remarks

See OIV.Inventor.SoDB.AddPlugin(System.String). Returns true if plugin was successfully unloaded.

See Also