Acquiring a Derived Class from the PropertyObject Class
- Mise à jour2025-07-23
- Temps de lecture : 1 minute(s)
In some cases, you can obtain a reference to a TestStand object using the PropertyObject class methods and then access one of the static properties of the object. For example, you might want to obtain the run mode for the third step of the Main step group of the currently executing sequence. For methods on the PropertyObject class that can return objects derived from the PropertyObject class, you must acquire the derived interface for the object to access the built-in properties and methods of the derived class.
Refer to the following examples for more information about acquiring a derived class from the PropertyObject class in specific development environments:
- LabVIEW
- Microsoft Visual Basic .NET
- C#
- Microsoft Visual C++/#import
Contenu associé
- Acquiring a Derived Class from the PropertyObject Class in LabVIEW
- Acquiring a Derived Class from the PropertyObject Class in Microsoft Visual Basic .NET
- Acquiring a Derived Class from the PropertyObject Class in C#
- Acquiring a Derived Class from the PropertyObject Class in Microsoft Visual C++/#import