| SoInputUpdateReadPercent Method  | 
Reports the percentage of bytes read from the file. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic virtual void UpdateReadPercent(
	double readPercentage
)
Public Overridable Sub UpdateReadPercent ( 
	readPercentage As Double
)
public:
virtual void UpdateReadPercent(
	double readPercentage
)
abstract UpdateReadPercent : 
        readPercentage : float -> unit 
override UpdateReadPercent : 
        readPercentage : float -> unit Parameters
- readPercentage
 - Type: SystemDouble
 
Remarks
Derive a new class and override this method if you want to implement a progress bar. 
See Also