Click or drag to resize
SoDB.AddPluginsDirectory Method

Adds a directory to search for libraries defining new Open Inventor plugins.

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

Parameters

dirName
Type: System.String

Return Value

Type: Boolean
Remarks

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

See Also