Click or drag to resize
SoInputUpdateReadPercent Method

Reports the percentage of bytes read from the file.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void UpdateReadPercent(
	double readPercentage
)

Parameters

readPercentage
Type: SystemDouble
Remarks

Derive a new class and override this method if you want to implement a progress bar.

See Also