Skip to main content

OpenTD .NET8 reference 2025 R2

OpenTD.AddIn.ProgressBar Class Reference

Last update: 16.07.2025

Use to control the TD/AutoCAD progress bar. More...

Inheritance diagram for OpenTD.AddIn.ProgressBar:
OpenTD.TdConnected

Public Member Functions

 ProgressBar (ThermalDesktop _td)
 
void SetTitle (string title)
 Set the text to display near the bar.
 
void SetProgress (int progressPercent)
 Set the position of the bar from 0 to 100.
 
void Show ()
 Show the progress bar.
 
void Hide ()
 Hide the progress bar.
 

Detailed Description

Use to control the TD/AutoCAD progress bar.

Constructor & Destructor Documentation

◆ ProgressBar()

OpenTD.AddIn.ProgressBar.ProgressBar ( ThermalDesktop _td)
inline

Member Function Documentation

◆ Hide()

void OpenTD.AddIn.ProgressBar.Hide ( )
inline

Hide the progress bar.

◆ SetProgress()

void OpenTD.AddIn.ProgressBar.SetProgress ( int progressPercent)
inline

Set the position of the bar from 0 to 100.

◆ SetTitle()

void OpenTD.AddIn.ProgressBar.SetTitle ( string title)
inline

Set the text to display near the bar.

◆ Show()

void OpenTD.AddIn.ProgressBar.Show ( )
inline

Show the progress bar.


The documentation for this class was generated from the following file:
  • C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/OpenTD/OpenTD/AddIn/ProgressBar.cs

Connect with Ansys