Click or drag to resize
SoInputFindAbsolutePath Method

Returns absolute path of given file by looking in OIV.Inventor.SoInput standard directories.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool FindAbsolutePath(
	string fileName,
	out string fullName
)

Parameters

fileName
Type: SystemString
fullName
Type: SystemString

Return Value

Type: Boolean
Remarks

Returns true on success.

The file name may contain variables in $name format, e.g. "$OIVHOME", which will be replaced by the value returned by OIV.Inventor.SoPreferences for that name.

See Also