OperationProgressBarSetProgress Method

Update status information on the progress bar.

Namespace:  Tekla.Structures.Model.Operations
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
public void SetProgress(
	string ProgressLabel,
	int Progress
)

Parameters

ProgressLabel
Type: SystemString
Bar label text.
Progress
Type: SystemInt32
Progess, number between 0..100
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next