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: 2024.1.1.0 (2024.1.1)
Syntax
public static bool AddPluginsDirectory(
	string dirName
)

Parameters

dirName
Type: SystemString

Return Value

Type: Boolean
Remarks

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

See Also