Click or drag to resize
SoPreferencesReadFile Method

Reads environment name-value pairs from the specified configuration file and adds them to the current Open Inventor environment.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void ReadFile(
	string filename
)

Parameters

filename
Type: SystemString
Remarks

See the Configuration File Format section for details.

See Also