Click or drag to resize
SoDBAddPluginsDirectory Method

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

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

Parameters

dirName
Type: SystemString

Return Value

Type: Boolean
Remarks

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

See Also