SoInputUpdateReadPercent Method |
Reports the percentage of bytes read from the file.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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